diff --git a/scss/_path.scss b/scss/_path.scss index 93992e9..439e400 100644 --- a/scss/_path.scss +++ b/scss/_path.scss @@ -9,6 +9,7 @@ url('#{$seb-font-path}/SEBSansSerif-Light.woff') format('woff'); font-weight: 300; font-style: normal; + font-display: swap; } @font-face { @@ -19,6 +20,7 @@ url('#{$seb-font-path}/SEBSansSerif-Regular.woff') format('woff'); font-weight: 400; font-style: normal; + font-display: swap; } @font-face { @@ -29,6 +31,7 @@ url('#{$seb-font-path}/SEBSansSerif-Medium.woff') format('woff'); font-weight: 500; font-style: normal; + font-display: swap; } @font-face { font-family: "SEBSansSerif"; @@ -38,6 +41,7 @@ url('#{$seb-font-path}/SEBSansSerif-Bold.woff') format('woff'); font-weight: 700; font-style: normal; + font-display: swap; } // italics @@ -50,6 +54,7 @@ url('#{$seb-font-path}/SEBSansSerif-LightItalic.woff') format('woff'); font-weight: 300; font-style: italic; + font-display: swap; } @font-face { @@ -60,6 +65,7 @@ url('#{$seb-font-path}/SEBSansSerif-RegularItalic.woff') format('woff'); font-weight: 400; font-style: italic; + font-display: swap; } @font-face { @@ -70,7 +76,9 @@ url('#{$seb-font-path}/SEBSansSerif-MediumItalic.woff') format('woff'); font-weight: 500; font-style: italic; + font-display: swap; } + @font-face { font-family: "SEBSansSerif"; src: url('#{$seb-font-path}/SEBSansSerif-BoldItalic.eot'); @@ -79,4 +87,5 @@ url('#{$seb-font-path}/SEBSansSerif-BoldItalic.woff') format('woff'); font-weight: 700; font-style: italic; -} \ No newline at end of file + font-display: swap; +}