Browse Source

Set a default sans-serif font for converse.js

JC Brand 8 years ago
parent
commit
1eaf65f8e2
2 changed files with 2 additions and 0 deletions
  1. 1 0
      css/converse.css
  2. 1 0
      sass/_core.scss

+ 1 - 0
css/converse.css

@@ -1150,6 +1150,7 @@
   color: #818479;
   direction: ltr;
   display: block;
+  font-family: "Helvetica", "Arial", sans-serif;
   font-size: 14px;
   height: 35px;
   position: fixed;

+ 1 - 0
sass/_core.scss

@@ -4,6 +4,7 @@
     color: $text-color;
     direction: ltr;
     display: block;
+    font-family: "Helvetica", "Arial", sans-serif;
     font-size: $font-size;
     height: $bottom-gutter-height;
     position: fixed;