mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Add fonts to head
This commit is contained in:
parent
734e38cb7f
commit
3cffcecf10
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ function SEO({ description, meta, title }) {
|
|||
].concat(meta)}
|
||||
>
|
||||
<script src="https://kit.fontawesome.com/1377f925e0.js" crossorigin="anonymous"></script>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&family=Roboto&display=swap" rel="stylesheet"/>
|
||||
</Helmet>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue