JSFiddle - React, Tailwind, and code Playground
by nothrem
HTML
<h1>Grumpy Wizards</h1>
<p>Some more text</p>
CSS
@font-face{
font-family:Lola;
src:url(http://www.pmap.co/c/52c0d565/fonts/lola/lola.woff) format('woff');
}
@font-face{
font-family:Lola-bold;
src:url(http://www.pmap.co/c/52c0d565/fonts/lola/lola_bold.woff) format('woff');
}
h1 {
font-family: Lola-bold;
}