JSFiddle - React, Tailwind, and code Playground

by AshThakur

HTML

<link href="https://tools.ipstudio.co/fonts/stylesheet.css" rel="stylesheet">

<h1>
boxxing.studio Heading Font
</h1>

<p>
boxxing.studio  Body Font
</p>

CSS

h1{
    font-family: 'SF Display';
  font-weight: 700;
}

p{
    font-family: 'SF Display';
  font-weight: 400;
}