mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-05 23:16:45 -06:00
Fix tailwind custom font additions (improper CSS)
This commit is contained in:
@@ -4,9 +4,9 @@ export default {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
source: ["Source Serif 4", "serif"],
|
source: [`"Source Serif 4"`, "serif"],
|
||||||
serif: ["CMU Serif", "serif"],
|
serif: [`"CMU Serif"`, "serif"],
|
||||||
mono: ["CMU Typewriter Text", "monospace"],
|
mono: [`"CMU Typewriter Text"`, "monospace"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user