diff options
author | luxagraf <sng@luxagraf.net> | 2020-07-26 21:18:24 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-07-26 21:18:24 -0400 |
commit | b8d217c6781d713fb6fd1199cbdda84017a95c8d (patch) | |
tree | 6ce71037143beea212f397c2cf213e113030c4b6 /design/sass/_fonts.scss | |
parent | 6547470e6e9705b8feddadf1284998931ecccbab (diff) |
two performace optimizations
Diffstat (limited to 'design/sass/_fonts.scss')
-rw-r--r-- | design/sass/_fonts.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/design/sass/_fonts.scss b/design/sass/_fonts.scss index e456b8d..1ae40f8 100644 --- a/design/sass/_fonts.scss +++ b/design/sass/_fonts.scss @@ -6,7 +6,7 @@ url('/media/fonts/carroisgothic-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; - + font-display: swap; } @font-face { font-family: 'mffweb'; @@ -14,6 +14,7 @@ src: url('/media/fonts/ffmpb.woff') format('woff'); font-weight: 400; font-style: normal; + font-display: swap; } @font-face { font-family: 'mffweb'; @@ -21,6 +22,7 @@ src: url('/media/fonts/ffmbi.woff') format('woff'); font-weight: 400; font-style: italic; + font-display: swap; } @font-face { font-family: 'mffnweb'; @@ -28,6 +30,7 @@ src: url('/media/fonts/ffmn.woff') format('woff'); font-weight: 400; font-style: normal; + font-display: swap; } @font-face { font-family: 'mffnbweb'; @@ -35,5 +38,6 @@ src: url('/media/fonts/ffmn.woff') format('woff'); font-weight: 700; font-style: normal; + font-display: swap; } |