Improve banner

This commit is contained in:
2021-08-17 21:03:28 +02:00
parent f5cd3cb042
commit d98df4f86f
4 changed files with 56 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
import {defineConfig} from "windicss/helpers";
const colors = require('windicss/colors')
module.exports = defineConfig({
@@ -320,9 +319,9 @@ module.exports = defineConfig({
'"Segoe UI Symbol"',
'"Noto Color Emoji"',
],
serif: ['raleway', 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
serif: ['Raleway', 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'],
mono: [
'raleway',
'Raleway',
'ui-monospace',
'SFMono-Regular',
'Menlo',
@@ -332,6 +331,7 @@ module.exports = defineConfig({
'"Courier New"',
'monospace',
],
color: ['Roboto', 'serif']
},
fontSize: {
xs: ['0.75rem', { lineHeight: '1rem' }],