refactor: remove unused DM Sans (#1192)

This commit is contained in:
Anthony Fu 2023-01-15 20:13:07 +01:00 committed by GitHub
parent bf25339bc9
commit 3781e2f8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 21 deletions

View file

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