perf: serve fonts from app (#382)

pull/383/head
Joaquín Sánchez 2022-12-09 17:32:09 +01:00 zatwierdzone przez GitHub
rodzic b0dae4fc9e
commit 31820c6265
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
6 zmienionych plików z 30 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,3 +1,32 @@
@font-face {
font-display: swap;
font-family: "DM Mono";
font-style: normal;
font-weight: 400;
src: url(/fonts/DM-mono-v10.ttf) format("truetype");
}
@font-face {
font-display: swap;
font-family: "DM Sans";
font-style: normal;
font-weight: 400;
src: url(/fonts/DM-sans-v11.ttf) format("truetype");
}
@font-face {
font-display: swap;
font-family: "DM Serif Display";
font-style: normal;
font-weight: 400;
src: url(/fonts/DM-serif-display-v10.ttf) format("truetype");
}
@font-face {
font-display: swap;
font-family: "Homemade Apple";
font-style: normal;
font-weight: 400;
src: url(/fonts/homemade-apple-v18.ttf) format("truetype");
}
* {
scrollbar-color: #8885 var(--c-border);
}

Wyświetl plik

@ -60,6 +60,7 @@ export default defineConfig({
}),
presetTypography(),
presetWebFonts({
provider: 'none',
fonts: {
sans: 'DM Sans',
serif: 'DM Serif Display',