Improved fonts loading speed with preload
This commit is contained in:
parent
653d9d8887
commit
86ba4ae403
1 changed files with 5 additions and 0 deletions
|
@ -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" />
|
||||
|
||||
|
|
Reference in a new issue