JSFiddle - React, Tailwind, and code Playground
by DeepakKamat
HTML
<link href="https://ipstudio.co/hosting/sevenstudios/mt_integration.css" rel="stylesheet">
<h1>Heading Font</h1>
<p>Paragraph Font</p>
CSS
h1{
font-family: 'Lemon/Milk', sans-serif;
font-weight:700;
}
p{
font-family: 'NexaTextRegular', sans-serif;
font-weight:400;
}