Remove google fonts
This commit is contained in:
parent
31231d0c65
commit
6bfb79ef43
3 changed files with 8 additions and 8 deletions
BIN
public/fonts/Ysabeau-Italic[wght].ttf
Normal file
BIN
public/fonts/Ysabeau-Italic[wght].ttf
Normal file
Binary file not shown.
BIN
public/fonts/Ysabeau[wght].ttf
Normal file
BIN
public/fonts/Ysabeau[wght].ttf
Normal file
Binary file not shown.
|
@ -18,14 +18,6 @@ const { title } = Astro.props;
|
|||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,400;0,600;0,700;1,400&display=swap&text=↗"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
|
@ -93,6 +85,14 @@ const { title } = Astro.props;
|
|||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Ysabeau";
|
||||
src: url("/fonts/Ysabeau[wght].ttf");
|
||||
font-weight: 300 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue