From 34ed60e45db22d08cfb9e7165f5680ef6e233053 Mon Sep 17 00:00:00 2001 From: "V.H. Belvadi" Date: Mon, 13 May 2019 11:19:04 +0530 Subject: Updated body font-family Moved font-family to _fonts.scss for local loading of Oxygen. --- assets/book.scss | 5 ++--- 1 file 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' -- cgit v1.2.3