refactor: remove unused DM Sans (#1192)

pull/1193/head
Anthony Fu 2023-01-15 20:13:07 +01:00 zatwierdzone przez GitHub
rodzic bf25339bc9
commit 3781e2f8d2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 0 dodań i 21 usunięć

Wyświetl plik

@ -3,13 +3,3 @@
<NuxtPage />
</AppLayout>
</template>
<style>
@font-face {
font-display: swap;
font-family: 'DM Sans';
font-style: normal;
font-weight: 400;
src: url(/fonts/DM-sans-v11.ttf) format('truetype');
}
</style>

Wyświetl plik

@ -1,9 +1,6 @@
import { defineTheme, palette } from 'pinceau'
export default defineTheme({
font: {
sans: 'DM Sans',
},
color: {
primary: palette('#d98018'),
},

Wyświetl plik

@ -11,13 +11,6 @@ html {
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';

Wyświetl plik

@ -79,7 +79,6 @@ export default defineConfig({
presetWebFonts({
provider: 'none',
fonts: {
sans: 'DM Sans',
serif: 'DM Serif Display',
mono: 'DM Mono',
script: 'Homemade Apple',