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

Preload embedded fonts to speed up page loading #3916

Closed
1 of 2 tasks
dtdesign opened this issue Jan 28, 2021 · 0 comments · Fixed by #4029
Closed
1 of 2 tasks

Preload embedded fonts to speed up page loading #3916

dtdesign opened this issue Jan 28, 2021 · 0 comments · Fixed by #4029
Assignees
Labels

Comments

@dtdesign
Copy link
Member

dtdesign commented Jan 28, 2021

<link rel="preload" …> is the recommended method to initiate the font download ahead of time. See https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content for more information.

This should include:

  • The "FontAwesome" icon font.
  • The style's webfont if one is selected.
@dtdesign dtdesign added this to Needs Triage in WoltLab Suite 5.4 via automation Jan 28, 2021
@TimWolla TimWolla moved this from Needs Triage to Feature in WoltLab Suite 5.4 Feb 2, 2021
@TimWolla TimWolla self-assigned this Feb 3, 2021
WoltLab Suite 5.4 automation moved this from Feature to Resolved Feb 26, 2021
TimWolla added a commit that referenced this issue Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
WoltLab Suite 5.4
  
Resolved
Development

Successfully merging a pull request may close this issue.

2 participants