diff --git a/src/app.scss b/src/app.scss index 44c4cd7..4c5db12 100644 --- a/src/app.scss +++ b/src/app.scss @@ -8,7 +8,7 @@ $primary-color: #3bd672; body { background: #f6f8fa url(../public/background.png) top; - font-family: sans-serif; + font-family: Noto Serif SC; font-size: 14px; line-height: 1; overflow: overlay; @@ -439,4 +439,4 @@ a { margin-top: 12px; font-size: 12px; } -} \ No newline at end of file +}