From 69758569de9a0274655aeb64d4d10d79c2ca114d Mon Sep 17 00:00:00 2001 From: "V.H. Belvadi" Date: Mon, 13 May 2019 11:43:25 +0530 Subject: Added body font-face specification --- assets/book.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/book.scss') diff --git a/assets/book.scss b/assets/book.scss index b5f8541..64cf13d 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -19,6 +19,7 @@ body { color: $body-font-color; background: $body-background; + font-family: "Oxygen",sans-serif; font-weight: $body-font-weight; text-rendering: optimizeLegibility; -- cgit v1.2.3