mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-05-07 22:38:11 +00:00
Updated body font-family
Moved font-family to _fonts.scss for local loading of Oxygen.
This commit is contained in:
parent
76f87feed6
commit
34ed60e45d
@ -18,8 +18,7 @@ body {
|
|||||||
body {
|
body {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
background: $body-background;
|
background: $body-background;
|
||||||
|
|
||||||
font-family: "Oxygen", sans-serif;
|
|
||||||
font-weight: $body-font-weight;
|
font-weight: $body-font-weight;
|
||||||
|
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
@ -238,4 +237,4 @@ aside nav,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add custom defined styles
|
// Add custom defined styles
|
||||||
@import 'custom'
|
@import 'custom'
|
||||||
|
Loading…
Reference in New Issue
Block a user