JSFiddle - React, Tailwind, and code Playground
by ChrisStanyon
HTML
<h1>This is main heading</h1>
<h2>This is a sub heading</h2>
CSS
@font-face {
font-family: 'Comfortaa';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/comfortaa/v28/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMDrMfIA.woff2) format('woff2');
}
h1 { font-family: Comfortaa; }