about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorAlexander K <alexkuz@gmail.com>2024-03-17 21:34:52 +0100
committerAlexander K <alexkuz@gmail.com>2024-03-17 21:34:52 +0100
commit0e3b2633b9876ac3aea39897cdb8831da8c3c1bd (patch)
treeea676ea744bf7731b09af09bf41fcf7f66bb7ab5 /web
parent98bca69ae996dabf3c7bf05f98497b56b62cb494 (diff)
downloadvoidsky-0e3b2633b9876ac3aea39897cdb8831da8c3c1bd.tar.zst
Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustments
Diffstat (limited to 'web')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index de0abfc91..7df097f22 100644
--- a/web/index.html
+++ b/web/index.html
@@ -48,7 +48,7 @@
         scrollbar-gutter: stable both-edges;
       }
       html, body {
-        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
+        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Helvetica, Arial, sans-serif;
       }
 
       /* Buttons and inputs have a font set by UA, so we'll have to reset that */
@@ -145,7 +145,7 @@
 
       /* ProseMirror */
       .ProseMirror {
-        font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
+        font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Liberation Sans", Helvetica, Arial, sans-serif;
         min-height: 140px;
       }
       .ProseMirror-dark {