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 /exampleSite/assets | |
parent | e4a97bee27c75110d983791b620dce677c44897f (diff) |
Add font-display for font fallback, move body font style to _fonts.scss
Diffstat (limited to 'exampleSite/assets')
-rw-r--r-- | exampleSite/assets/_custom.scss | 1 | ||||
-rw-r--r-- | exampleSite/assets/custom.scss | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/assets/_custom.scss b/exampleSite/assets/_custom.scss new file mode 100644 index 0000000..9132fb6 --- /dev/null +++ b/exampleSite/assets/_custom.scss @@ -0,0 +1 @@ +@import "variables"; diff --git a/exampleSite/assets/custom.scss b/exampleSite/assets/custom.scss deleted file mode 100644 index a0f49eb..0000000 --- a/exampleSite/assets/custom.scss +++ /dev/null @@ -1 +0,0 @@ -@import "variables" |