mirror of https://github.com/docker/docs.git
Merge pull request #19329 from dvdksn/font-display-fallback-mainfont
css: add font-display fallback for main webfont
This commit is contained in:
commit
f3c67eb3a4
|
@ -19,6 +19,7 @@
|
|||
font-weight: 100 1000; /* Range of weights Roboto Flex supports */
|
||||
font-stretch: 25% 151%; /* Range of width Roboto Flex supports */
|
||||
font-style: oblique 0deg 10deg; /* Range of oblique angle Roboto Flex supports */
|
||||
font-display: fallback;
|
||||
}
|
||||
|
||||
/* Roboto Mono */
|
||||
|
|
Loading…
Reference in New Issue