Browse Source

Add font to font-family

pull/10/head
Hironsan 6 years ago
parent
commit
4cbb48fc44
1 changed files with 1 additions and 1 deletions
  1. 2
      app/server/static/css/annotation.css

2
app/server/static/css/annotation.css

@ -1,6 +1,6 @@
html,
body {
font-family: 'Open Sans', serif;
font-family: arial, 'Open Sans', serif;
line-height: 1.5;
height: 100%;
background-color: #f3f3f3;

Loading…
Cancel
Save