diff --git a/src/sass/fonts/_font-roboto.scss b/src/sass/fonts/_font-roboto.scss index 8f5934d..39fb3b1 100644 --- a/src/sass/fonts/_font-roboto.scss +++ b/src/sass/fonts/_font-roboto.scss @@ -13,6 +13,7 @@ url('./fonts/roboto/Roboto-Bold-webfont.svg#robotobold') format('svg'); font-weight: bold; font-style: normal; + font-display: swap; } @font-face { @@ -24,6 +25,7 @@ url('./fonts/roboto/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg'); font-weight: bold; font-style: italic; + font-display: swap; } @font-face { @@ -35,6 +37,7 @@ url('./fonts/roboto/Roboto-Italic-webfont.svg#robotoitalic') format('svg'); font-weight: normal; font-style: italic; + font-display: swap; } @font-face { @@ -46,6 +49,7 @@ url('./fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -57,4 +61,5 @@ url('./fonts/roboto/Roboto-Light-webfont.svg#robotolight') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; }