We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome 73 is complaining at me that it doesn't know what font-display means:
font-display
but I think what it actually means is that font-display is only valid inside an @font-face.
@font-face
The text was updated successfully, but these errors were encountered:
I think I added the font-display code, if that is the case (very well may be) then it can be fixed by adding &display=swap to the Google Fonts URL
&display=swap
Either I or someone else can take a look at that at some point, should be a straightforward investigation and action.
Sorry, something went wrong.
No branches or pull requests
Chrome 73 is complaining at me that it doesn't know what
font-display
means:but I think what it actually means is that
font-display
is only valid inside an@font-face
.@font-face
s come from Google Fonts?The text was updated successfully, but these errors were encountered: