mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
feat: add Poppins font
This commit is contained in:
parent
ad9413ce16
commit
0e4f8544e3
1 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,14 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<slot />
|
||||
|
||||
<style windi:preflights:global windi:safelist:global>
|
||||
:global(html) {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue