summaryrefslogtreecommitdiff
path: root/web/assets/themes
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-04-14 12:57:58 +0200
committerLibravatar GitHub <noreply@github.com>2025-04-14 12:57:58 +0200
commita44065726c508c83fe75af1ae929b252a9046c49 (patch)
tree5caf2a16d299951f137ee02af0dc83b5a1517798 /web/assets/themes
parentdon't panic on non-fully populated status edits, it may not always be possibl... (diff)
downloadgotosocial-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')
-rw-r--r--web/assets/themes/solarized-dark.css7
-rw-r--r--web/assets/themes/solarized-light.css7
2 files changed, 0 insertions, 14 deletions
diff --git a/web/assets/themes/solarized-dark.css b/web/assets/themes/solarized-dark.css
index b89362a72..6e10c25df 100644
--- a/web/assets/themes/solarized-dark.css
+++ b/web/assets/themes/solarized-dark.css
@@ -67,13 +67,6 @@
--plyr-video-control-color-hover: var(--base03);
}
-@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;
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;