Change dont display of custom fonts to optional

This commit is contained in:
Helen Chong 2024-06-04 01:16:47 +08:00
parent 9c53377fc7
commit b29dad4ece
2 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: normal; font-style: normal;
font-weight: 200; font-weight: 200;
@ -7,7 +7,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: italic; font-style: italic;
font-weight: 200; font-weight: 200;
@ -15,7 +15,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -23,7 +23,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: italic; font-style: italic;
font-weight: 400; font-weight: 400;
@ -31,7 +31,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
@ -39,7 +39,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: italic; font-style: italic;
font-weight: 600; font-weight: 600;
@ -47,7 +47,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
@ -55,7 +55,7 @@
} }
@font-face { @font-face {
font-display: swap; font-display: optional;
font-family: 'Intel One Mono'; font-family: 'Intel One Mono';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;

View File

@ -1,6 +1,6 @@
/* lexend-100 - latin */ /* lexend-100 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 100; font-weight: 100;
@ -9,7 +9,7 @@
/* lexend-200 - latin */ /* lexend-200 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 200; font-weight: 200;
@ -18,7 +18,7 @@
/* lexend-300 - latin */ /* lexend-300 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
@ -27,7 +27,7 @@
/* lexend-regular - latin */ /* lexend-regular - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -36,7 +36,7 @@
/* lexend-500 - latin */ /* lexend-500 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@ -45,7 +45,7 @@
/* lexend-600 - latin */ /* lexend-600 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
@ -54,7 +54,7 @@
/* lexend-700 - latin */ /* lexend-700 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
@ -63,7 +63,7 @@
/* lexend-800 - latin */ /* lexend-800 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 800; font-weight: 800;
@ -72,7 +72,7 @@
/* lexend-900 - latin */ /* lexend-900 - latin */
@font-face { @font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-display: optional; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 900; font-weight: 900;