1.2.0 • Published 4 years ago
@samrobbins/custom-typography v1.2.0
Custom Typography
A Tailwind CSS plugin based on the official Typography plugin, but with a variety of customizations
- Dark mode
- Syntax Highlighting
- Serif mode (inspired by Tufte.css and LaTeX.css)
This introduces two base classes:
prose- the basic styling, always include this classprose-serif- serif styling, also needs theproseclass applying
and two light classes:
prose-light- light text matching with theproseclassprose-serifLightlight text matching with theprose-serifclass
So the class list for normal font with dark mode would be
prose dark:prose-lightand the class list for serif font with dark mode would be
prose prose-serif dark:prose-light dark:prose-serifLight