diff options
| author | 2025-04-14 12:57:58 +0200 | |
|---|---|---|
| committer | 2025-04-14 12:57:58 +0200 | |
| commit | a44065726c508c83fe75af1ae929b252a9046c49 (patch) | |
| tree | 5caf2a16d299951f137ee02af0dc83b5a1517798 /web/assets/themes/solarized-light.css | |
| parent | don't panic on non-fully populated status edits, it may not always be possibl... (diff) | |
| download | gotosocial-a44065726c508c83fe75af1ae929b252a9046c49.tar.xz | |
[chore] Update + add fonts for additional scripts, use locally installed font if available (#3997)
* [chore] Update + add fonts for additional scripts, use locally installed font if available
* update comments
Diffstat (limited to 'web/assets/themes/solarized-light.css')
| -rw-r--r-- | web/assets/themes/solarized-light.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/assets/themes/solarized-light.css b/web/assets/themes/solarized-light.css index bd357f7f3..852197860 100644 --- a/web/assets/themes/solarized-light.css +++ b/web/assets/themes/solarized-light.css @@ -67,13 +67,6 @@ --plyr-video-control-color-hover: var(--fg-reduced); } -@font-face { - font-family: "Noto Sans Mono"; - font-weight: normal; - font-style: normal; - src: url(/assets/fonts/noto-sans-mono-v30-latin-regular.woff2) format('woff2'); -} - /* Scroll bar */ html, body { font-family: 'Noto Sans Mono', monospace; |
