Browse Source

Update font-family

pull/10/head
Hironsan 6 years ago
parent
commit
111eeda36b
3 changed files with 5 additions and 4 deletions
  1. BIN
      app/db.sqlite3
  2. 6
      app/server/static/css/annotation.css
  3. 3
      app/server/static/css/forum.css

BIN
app/db.sqlite3

6
app/server/static/css/annotation.css

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

3
app/server/static/css/forum.css

@ -1,6 +1,7 @@
html, html,
body { body {
font-family: 'Open Sans', serif;
/*font-family: 'Open Sans', serif;*/
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
background: #F9F9F9; background: #F9F9F9;
} }

Loading…
Cancel
Save