diff options
author | V.H. Belvadi <hello@vhbelvadi.com> | 2019-05-13 11:19:04 +0530 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-15 09:53:49 +0200 |
commit | 34ed60e45db22d08cfb9e7165f5680ef6e233053 (patch) | |
tree | 739770c2ff787a530fd528404b0094ca89b77cfe | |
parent | 76f87feed6106826d966d77e32596b8d0ec5f965 (diff) |
Updated body font-family
Moved font-family to _fonts.scss for local loading of Oxygen.
-rw-r--r-- | assets/book.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/book.scss b/assets/book.scss index 5e48a6e..b5f8541 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -18,8 +18,7 @@ body { body { color: $body-font-color; background: $body-background; - - font-family: "Oxygen", sans-serif; + font-weight: $body-font-weight; text-rendering: optimizeLegibility; @@ -238,4 +237,4 @@ aside nav, } // Add custom defined styles -@import 'custom'
\ No newline at end of file +@import 'custom' |