Browse Source

Increase overall font size

master
Schneider 7 years ago
parent
commit
70e28940b5
  1. 3
      static/css/style.css

3
static/css/style.css

@ -60,9 +60,8 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb
html, body { height: 100%; }
body {
/*font:16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 16px;
font-size: 18px;
color: #666;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;

Loading…
Cancel
Save