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: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
source: ["Source Serif 4", "serif"],
|
||||
serif: ["CMU Serif", "serif"],
|
||||
mono: ["CMU Typewriter Text", "monospace"],
|
||||
source: [`"Source Serif 4"`, "serif"],
|
||||
serif: [`"CMU Serif"`, "serif"],
|
||||
mono: [`"CMU Typewriter Text"`, "monospace"],
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user