JSFiddle - React, Tailwind, and code Playground

by AshThakur

HTML

<link href="https://jab-box.com/wp-content/themes/jab/assets/css/fonts.css" rel="stylesheet">

<h1>
jab-box Heading Font
</h1>

<p>
jab-box  Body Font
</p>

CSS

h1{
    font-family: 'railroadgothicregular';
    font-weight: normal;
}

p{
    font-family: 'Gotham';
}