perf: preconnect link for Google Fonts
This commit is contained in:
parent
a8289a18c4
commit
96861f0a2a
1 changed files with 5 additions and 3 deletions
|
|
@ -5,6 +5,11 @@
|
|||
<title>Caesar Schinas</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Gentium+Basic&subset=latin-ext&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./fork-awesome/css/fork-awesome.min.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-837569-4"></script>
|
||||
<script>
|
||||
|
|
@ -17,9 +22,6 @@
|
|||
|
||||
<link rel="icon" type="image/jpeg" sizes="500x500" href="./images/caesar.jpg" />
|
||||
<link rel="icon" type="image/webp" sizes="500x500" href="./images/caesar.webp" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Gentium+Basic&subset=latin-ext&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./fork-awesome/css/fork-awesome.min.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
|
|
|
|||
Loading…
Reference in a new issue