diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-22 09:08:15 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-22 09:08:15 +0200 |
commit | 612814aa595fd31df6cab4d4ace917257d62ca3f (patch) | |
tree | 1b3830d42781e211a884539a761b0611c55c6aad /assets/_custom.scss | |
parent | e4a97bee27c75110d983791b620dce677c44897f (diff) |
Add font-display for font fallback, move body font style to _fonts.scss
Diffstat (limited to 'assets/_custom.scss')
-rw-r--r-- | assets/_custom.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/_custom.scss b/assets/_custom.scss new file mode 100644 index 0000000..181c87c --- /dev/null +++ b/assets/_custom.scss @@ -0,0 +1,2 @@ +/* To be overridden by theme user */ +// @import "variables"; |