Add proper separate reading font (paragraphs), clean up tag CSS

This commit is contained in:
2024-05-24 01:07:39 -05:00
parent 04a637dbb8
commit 132e94548c
4 changed files with 27 additions and 12 deletions

View File

@@ -4,6 +4,8 @@ export default {
theme: {
extend: {
fontFamily: {
source: ["Source Serif 4", "serif"],
serif: ["CMU Serif", "serif"],
mono: ["CMU Typewriter Text", "monospace"],
}
},