mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-07 18:08:46 -06:00
Set default monospace font to CMU Typewriter Text
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
export default {
|
||||
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
mono: ["CMU Typewriter Text", "monospace"],
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user