chore: font updates
This commit is contained in:
parent
b1a10f4008
commit
dd67b01961
4 changed files with 11 additions and 21 deletions
|
@ -1,5 +1,3 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
|
@ -22,7 +20,15 @@ module.exports = {
|
|||
'source-sans-pro',
|
||||
'sans-serif',
|
||||
],
|
||||
mono: ['ml', ...defaultTheme.fontFamily.mono],
|
||||
mono: [
|
||||
'ui-monospace',
|
||||
'Cascadia Code',
|
||||
'Source Code Pro',
|
||||
'Menlo',
|
||||
'Consolas',
|
||||
'DejaVu Sans Mono',
|
||||
'monospace',
|
||||
],
|
||||
},
|
||||
backgroundImage: {
|
||||
'cover-gradient':
|
||||
|
|
Reference in a new issue