Fix monospace fonts

master
Araozu 2024-05-04 11:50:27 -05:00
parent 318b105678
commit 2b97f75188
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default {
}
},
fontFamily: {
"mono": ["Iosevka", "monospace"],
"mono": ["Iosevka", "'Iosevka Nerd Font'", "'Fira Code'", "monospace"],
"display": ["Inter", "'Josefin Sans'", "'Fugaz One'", "sans-serif"],
"body": ["Inter", "sans-serif"],
},