mirror of https://github.com/docker/docs.git
Merge pull request #19343 from dvdksn/fix-bolds
site: fix variable weight for Roboto Flex font
This commit is contained in:
commit
287cfd605e
|
@ -14,10 +14,9 @@
|
||||||
/* Roboto Flex */
|
/* Roboto Flex */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Roboto Flex';
|
font-family: 'Roboto Flex';
|
||||||
src: url('/assets/fonts/RobotoFlex.woff2') format('woff2 supports variations'),
|
src: url('/assets/fonts/RobotoFlex.woff2') format('woff2');
|
||||||
url('/assets/fonts/RobotoFlex.woff2') format('woff2-variations');
|
|
||||||
font-weight: 100 1000; /* Range of weights Roboto Flex supports */
|
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-style: oblique 0deg 10deg; /* Range of oblique angle Roboto Flex supports */
|
||||||
font-display: fallback;
|
font-display: fallback;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue