You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google Fonts asks you to include two preconnect links when using one of their fonts. The link tags when copied from the Google Fonts site look like this:
Google Fonts asks you to include two preconnect links when using one of their fonts. The link tags when copied from the Google Fonts site look like this:
The rel attribute of links is parsed with a LinkType enum that is missing a few valid values. This LinkType enum is also used for a tags so a straight copy/paste into the enum might not be enough because not all types are supported in both tags!