Open g-viet opened 4 years ago
font-display options:
auto
block
FOIT
swap
FOUT
fallback
optional
https://css-tricks.com/almanac/properties/f/font-display/ https://web.dev/font-display https://font-display.glitch.me/
font-display options:
auto
: (default) ->block
block
:FOIT
(flash of invisible text) hide & block text until font is fully downloadedswap
:FOUT
(flash of unstyled text) display with system font & swap when font is fully downloadedfallback
: hide & block in 100ms, then display with fallback text, then swap when font is fully downloaded with short swap period (dont know why yet)optional
: same withfallback
, but hide text then transition to fallback font until custom font is downloaded.https://css-tricks.com/almanac/properties/f/font-display/ https://web.dev/font-display https://font-display.glitch.me/