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

Simplify Google Fonts link element #1806

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

thibaudcolas
Copy link
Contributor

@thibaudcolas thibaudcolas commented Oct 8, 2023

Simplifies the link element used for Google Fonts, so it’s easier for beginners to follow:

  • Its attributes should use the same quote style as other elements.
  • rel="stylesheet" should come first, to match other link elements.
  • No need for a protocol-relative URL, we can load the HTTPS version everywhere.
  • type="text/css" does nothing, it can be removed.

@das-g das-g merged commit c3588ff into DjangoGirls:master Oct 8, 2023
1 check passed
@das-g
Copy link
Member

das-g commented Oct 8, 2023

Thank you!

@thibaudcolas thibaudcolas deleted the google-fonts-simplify branch October 8, 2023 14:36
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

Successfully merging this pull request may close these issues.

2 participants