mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-12 16:19:45 +00:00
feat(scss): font-display: swap (#267)
This commit is contained in:
parent
a652d0c0c6
commit
567fd466a1
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
url('../fonts/iconfont/iconfont.woff') format('woff'),
|
url('../fonts/iconfont/iconfont.woff') format('woff'),
|
||||||
url('../fonts/iconfont/iconfont.ttf') format('truetype'),
|
url('../fonts/iconfont/iconfont.ttf') format('truetype'),
|
||||||
url('../fonts/iconfont/iconfont.svg#iconfont') format('svg');
|
url('../fonts/iconfont/iconfont.svg#iconfont') format('svg');
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
%base-iconfont {
|
%base-iconfont {
|
||||||
|
|
|
@ -89,6 +89,7 @@ $header-padding: 20px 20px !default;
|
||||||
url('../fonts/chancery/apple-chancery-webfont.svg#apple-chancery') format('svg');
|
url('../fonts/chancery/apple-chancery-webfont.svg#apple-chancery') format('svg');
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font size of the logo.
|
// Font size of the logo.
|
||||||
|
|
Loading…
Reference in a new issue