Remove comments from default font CSS

This commit is contained in:
Helen Chong 2024-07-25 15:38:47 +08:00
parent 33f509fab0
commit ebaf6283ca
1 changed files with 6 additions and 6 deletions

View File

@ -4,28 +4,28 @@
<style> <style>
/* 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: swap;
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('/assets/fonts/lexend/lexend-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('/assets/fonts/lexend/lexend-v19-latin-regular.woff2') format('woff2');
} }
/* 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: swap;
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
src: url('/assets/fonts/lexend/lexend-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('/assets/fonts/lexend/lexend-v19-latin-600.woff2') format('woff2');
} }
/* 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: swap;
font-family: 'Lexend'; font-family: 'Lexend';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: url('/assets/fonts/lexend/lexend-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('/assets/fonts/lexend/lexend-v19-latin-700.woff2') format('woff2');
} }
</style> </style>