Skip to content
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

Lighthouse reports on the used font #117

Open
1coderookie opened this issue Feb 18, 2021 · 1 comment
Open

Lighthouse reports on the used font #117

1coderookie opened this issue Feb 18, 2021 · 1 comment

Comments

@1coderookie
Copy link

Hi,

first of all: thank you for that beautiful Cayman-theme! :)

I just wanted to report something that came up in the console when I was checking my site with Chrome Dev Tools before I switched to hosting the mentioned font within my repo:

The resource https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

The belonging entry to the preload (within _layouts/default.html) had the mentioned 'as' value though (same as here in line 18):

<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>

I don't know if it's something important, but I thought I'd better mention that here..

Cheers

@stale
Copy link

stale bot commented Jan 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 8, 2022
@settings settings bot removed the wontfix label Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant