JSFiddle - React, Tailwind, and code Playground
by cvalleskey
HTML
<p>
This is the brush font
</p>
CSS
p {
font-family: 'Creon Brush AD', sans-serif;
font-size: 2rem;
}
by cvalleskey
<p>
This is the brush font
</p>
p {
font-family: 'Creon Brush AD', sans-serif;
font-size: 2rem;
}