JSFiddle - React, Tailwind, and code Playground
by AshThakur
HTML
<link rel='stylesheet' id='elegant-custom-fonts-css' href='//trainingmate.com/wp-content/uploads/elegant-custom-fonts/ecf.css?ver=5.5.5' type='text/css' media='all' />
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<h1>
Harabara Test
</h1>
<h2>
Roboto 400
</h2>
CSS
h1{
font-family: 'Harabara';
}
h2{
font-family: 'Roboto', sans-serif;
}