Add font preloading
This commit is contained in:
parent
fb074ed8b9
commit
43dd909d0c
4 changed files with 17 additions and 34 deletions
|
|
@ -9,7 +9,23 @@
|
|||
|
||||
<link rel="canonical" href="https://edgarpierre.fr/" />
|
||||
<link rel="icon" href="static/svg/logo.svg" />
|
||||
|
||||
<link rel="stylesheet" href="static/fonts/inter/inter.css" />
|
||||
<link rel="stylesheet" href="static/fonts/remix/remixicon.css" />
|
||||
<link rel="stylesheet" href="static/css/main.css" />
|
||||
|
||||
<link
|
||||
rel="preload"
|
||||
href="static/fonts/inter/Inter-roman.var.woff2?v=3.19"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin />
|
||||
<link
|
||||
rel="preload"
|
||||
href="static/fonts/remix/remixicon.woff2?t=1678097420828"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin />
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue