Is your feature request related to a problem?
Upon further research, "fallback" appears to be a better value for the font-display descriptor than "auto", as "auto" uses the default strategy of the user-agent (which for most browsers today is "block"). Fallback allows text to be displayed quickly while web fonts are being loaded.
Describe the solution you'd like
Change font-display to "fallback".
Describe alternatives you've considered
n/a
Additional context
See this article.
Is your feature request related to a problem?
Upon further research, "fallback" appears to be a better value for the font-display descriptor than "auto", as "auto" uses the default strategy of the user-agent (which for most browsers today is "block"). Fallback allows text to be displayed quickly while web fonts are being loaded.
Describe the solution you'd like
Change font-display to "fallback".
Describe alternatives you've considered
n/a
Additional context
See this article.