@samrobbins/custom-typography
v1.2.0
Published
A Tailwind CSS plugin based on the official Typography plugin, but with a variety of customizations
Downloads
10
Readme
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 theprose
class applying
and two light classes:
prose-light
- light text matching with theprose
classprose-serifLight
light text matching with theprose-serif
class
So the class list for normal font with dark mode would be
prose dark:prose-light
and the class list for serif font with dark mode would be
prose prose-serif dark:prose-light dark:prose-serifLight