diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-01 13:53:58 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-01 13:54:12 +0100 |
commit | b88206b14f5e90b454dcf8d3ac2b0662edf78302 (patch) | |
tree | bdd28adce9cb06a49cd10c6d3c5452d0c4fcd6c4 /assets/_variables.scss | |
parent | 9a18fd18f123f7f768b9c54be8e6f455da38ad23 (diff) |
Use Oxygen font
Diffstat (limited to 'assets/_variables.scss')
-rw-r--r-- | assets/_variables.scss | 2 |
1 files changed, 1 insertions, 1 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; |