-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Website has blocking resources #408
Comments
Should switching from CDN to local fonts resolve the first issue? |
I don't think so, but I don't actually know. I think what they want us to do is to add a |
So it might be as easy as changing <link
href="https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/[email protected]/themes/prism-night-owl.css" rel="stylesheet" /> to <link
href="https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap"
rel="preload"
/>
<link href="https://unpkg.com/[email protected]/themes/prism-night-owl.css" rel="preload" /> |
Chrome lighthouse is reporting
The text was updated successfully, but these errors were encountered: