diff options
Diffstat (limited to 'assets/book.scss')
-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' |