diff --git a/common/fonts/src/vvd-fonts.scss b/common/fonts/src/vvd-fonts.scss index d6bf0a2777..52a871307d 100644 --- a/common/fonts/src/vvd-fonts.scss +++ b/common/fonts/src/vvd-fonts.scss @@ -10,8 +10,9 @@ @font-face { font-family: 'SpeziaWeb'; src: url('//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-Regular.woff2') format('woff2'); + font-display: block; font-style: normal; - font-weight: 400; + font-weight: 400; } /* @@ -20,6 +21,7 @@ @font-face { font-family: 'SpeziaWeb'; src: url('//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-WideMedium.woff2') format('woff2'); + font-display: block; font-style: normal; font-weight: 500; } @@ -30,6 +32,7 @@ @font-face { font-family: 'SpeziaWeb'; src: url('//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-SemiBold.woff2') format('woff2'); + font-display: block; font-style: normal; font-weight: 600; } @@ -40,6 +43,7 @@ @font-face { font-family: 'SpeziaMonoWeb'; src: url('//fonts.resources.vonage.com/fonts/v1/SpeziaWeb-MonoRegular.woff2') format('woff2'); + font-display: block; font-style: normal; font-weight: 400; } @@ -52,6 +56,7 @@ @font-face { font-family: 'SpeziaWebVariable'; src: url('//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Complete_Upright.woff2') format('woff2-variations'); + font-display: block; font-style: normal; font-weight: 1 1000; font-stretch: 50% 200%; @@ -60,7 +65,8 @@ @font-face { font-family: 'SpeziaMonoWebVariable'; src: url('//fonts.resources.vonage.com/fonts/v1/Spezia_Web_Monospace_Complete.woff2') format('woff2-variations'); - font-style: normal; + font-display: block; + font-style: normal; font-weight: 1 1000; font-stretch: 50% 200%; }