Merge pull request #19343 from dvdksn/fix-bolds

site: fix variable weight for Roboto Flex font
This commit is contained in:
David Karlsson 2024-02-08 10:16:00 +01:00 committed by GitHub
commit 287cfd605e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -14,10 +14,9 @@
/* Roboto Flex */
@font-face {
font-family: 'Roboto Flex';
src: url('/assets/fonts/RobotoFlex.woff2') format('woff2 supports variations'),
url('/assets/fonts/RobotoFlex.woff2') format('woff2-variations');
src: url('/assets/fonts/RobotoFlex.woff2') format('woff2');
font-weight: 100 1000; /* Range of weights Roboto Flex supports */
font-stretch: 25% 151%; /* Range of width Roboto Flex supports */
font-stretch: 100%; /* Range of width Roboto Flex supports */
font-style: oblique 0deg 10deg; /* Range of oblique angle Roboto Flex supports */
font-display: fallback;
}

Binary file not shown.