chore: font updates

This commit is contained in:
Cory Dransfeldt 2023-12-18 08:23:23 -08:00
parent b1a10f4008
commit dd67b01961
No known key found for this signature in database
4 changed files with 11 additions and 21 deletions

View file

@ -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':