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