mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-09 18:08:07 -06:00
Add IBM Plex Mono as monospace font for tailwind
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
mono: ['IBM Plex Mono', ...defaultTheme.fontFamily.mono],
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
|
||||
Reference in New Issue
Block a user