Add IBM Plex Mono as monospace font for tailwind

This commit is contained in:
2024-05-09 23:04:37 -05:00
parent 757adcf385
commit f35e500f58
2 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
theme: {
extend: {
fontFamily: {
mono: ['IBM Plex Mono', ...defaultTheme.fontFamily.mono],
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
},
colors: {