mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-02-05 22:53:50 +01:00
Add defaulttheme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import {defineConfig} from "windicss/helpers";
|
import {defineConfig} from 'windicss/helpers'
|
||||||
|
import defaultTheme from 'windicss/defaultTheme'
|
||||||
const colors = require('windicss/colors')
|
import colors from 'windicss/colors'
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
presets: [],
|
presets: [],
|
||||||
@@ -309,6 +309,7 @@ module.exports = defineConfig({
|
|||||||
DEFAULT: '1',
|
DEFAULT: '1',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
|
...defaultTheme.fontFamily,
|
||||||
sans: [
|
sans: [
|
||||||
'Raleway',
|
'Raleway',
|
||||||
'ui-sans-serif',
|
'ui-sans-serif',
|
||||||
|
|||||||
Reference in New Issue
Block a user