about summary refs log tree commit diff
path: root/web/index.html
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-03-19 14:05:43 -0700
committerPaul Frazee <pfrazee@gmail.com>2024-03-19 14:05:43 -0700
commita2ed2c3b22c38a0a6cc1b4b83ba6be6dc3e5dac1 (patch)
treed85c6e8b24d049517ac616b7f7571565d2432f0f /web/index.html
parentccf53af2ba1120e423679f5c0803349de4331443 (diff)
parent54dd4af312594596396c76baf17e0e0a3d89d5bd (diff)
downloadvoidsky-a2ed2c3b22c38a0a6cc1b4b83ba6be6dc3e5dac1.tar.zst
Merge branch 'web-fix-fonts-and-image-box' of https://github.com/alexkuz/social-app into alexkuz-web-fix-fonts-and-image-box
Diffstat (limited to 'web/index.html')
-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 {