aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/_variables.scss2
-rw-r--r--assets/book.scss3
2 files changed, 2 insertions, 3 deletions
diff --git a/assets/_variables.scss b/assets/_variables.scss
index 891a6e1..19482f1 100644
--- a/assets/_variables.scss
+++ b/assets/_variables.scss
@@ -26,7 +26,7 @@ $color-visited-link: #8440f1;
$body-background: white;
$body-font-color: $gray-800;
-$body-font-weight: 300;
+$body-font-weight: 400;
$body-min-width: 25rem;
$nav-background: $body-background; //$gray-100;
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 {