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