fix: remove all deleted reference to font
This commit is contained in:
parent
dc6e1997af
commit
fc8c5947a0
2 changed files with 0 additions and 9 deletions
|
@ -23,7 +23,6 @@ if (typeof tags !== "undefined") {
|
||||||
|
|
||||||
import outfit from "@fontsource-variable/outfit/files/outfit-latin-wght-normal.woff2?url";
|
import outfit from "@fontsource-variable/outfit/files/outfit-latin-wght-normal.woff2?url";
|
||||||
import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-latin-wght-normal.woff2?url";
|
import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-latin-wght-normal.woff2?url";
|
||||||
import instrument from "@fontsource/instrument-serif/files/instrument-serif-latin-400-normal.woff2?url";
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -111,11 +110,4 @@ import instrument from "@fontsource/instrument-serif/files/instrument-serif-lati
|
||||||
href={redhatmono}
|
href={redhatmono}
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
<link
|
|
||||||
rel="preload"
|
|
||||||
as="font"
|
|
||||||
type="font/woff2"
|
|
||||||
href={instrument}
|
|
||||||
crossorigin="anonymous"
|
|
||||||
/>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-sans: "Outfit Variable", "sans-serif";
|
--font-sans: "Outfit Variable", "sans-serif";
|
||||||
--font-serif: "Instrument Serif", "serif";
|
|
||||||
--font-mono: "Red Hat Mono Variable", "monospace";
|
--font-mono: "Red Hat Mono Variable", "monospace";
|
||||||
|
|
||||||
--animate-reveal: reveal 0.3s forwards ease-in-out;
|
--animate-reveal: reveal 0.3s forwards ease-in-out;
|
||||||
|
|
Loading…
Add table
Reference in a new issue