JSFiddle - React, Tailwind, and code Playground
by linmic
HTML
<p>This is how it works</p>
CSS
@font-face {
font-family: "Sofia Pro Light";
src: url("http://typefront.com/fonts/825590220.eot");
src: local("☺"),
url("http://typefront.com/fonts/825590220.woff") format("woff"),
url("http://typefront.com/fonts/825590220.ttf") format("truetype"),
url("http://typefront.com/fonts/825590220.svg") format("svg");
}
p {
font-family: "Sofia Pro Light", sans-serif;
font-size: 28px;
}