Improved fonts loading speed with preload

This commit is contained in:
Edgar P. Burkhart 2020-12-22 09:49:42 +01:00
parent 653d9d8887
commit 86ba4ae403
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<title>Edgar P. Burkhart</title>
<link rel="preload" href="fonts/inter/Inter-ExtraBold.woff2" />
<link rel="preload" href="fonts/inter/Inter-Regular.woff2" />
<link rel="preload" href="fonts/plex/IBMPlexSerif-Bold.woff2" />
<link rel="preload" href="fonts/plex/IBMPlexSerif-Light.woff2" />
<link rel="stylesheet" type="text/css" href="fonts/inter/inter48.css" />
<link rel="stylesheet" type="text/css" href="fonts/plex/plex37.css" />