aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.H. Belvadi <hello@vhbelvadi.com>2019-05-13 11:43:25 +0530
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-15 09:53:49 +0200
commit69758569de9a0274655aeb64d4d10d79c2ca114d (patch)
tree67bf7700d36894c1b40c84c8618c2a0958d42a0d
parent3e43a1dbd7ecee51218b8fbf4460d2460002ffda (diff)
Added body font-face specification
-rw-r--r--assets/book.scss1
1 files changed, 1 insertions, 0 deletions
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;