From b88206b14f5e90b454dcf8d3ac2b0662edf78302 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 1 Nov 2018 13:53:58 +0100 Subject: Use Oxygen font --- assets/book.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets/book.scss') diff --git a/assets/book.scss b/assets/book.scss index d139326..350fc52 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -15,7 +15,7 @@ html, body { body { color: $body-font-color; background: $body-background; - font-family: 'Roboto', sans-serif; + font-family: 'Oxygen', sans-serif; font-weight: $body-font-weight; box-sizing: border-box; @@ -100,7 +100,6 @@ main { .brand { margin-top: 0; - margin-bottom: $padding-16; } nav { -- cgit v1.2.3