JSFiddle - React, Tailwind, and code Playground

by AshThakur

HTML

<link rel="stylesheet" href="https://use.typekit.net/ghn1cpi.css">

<link rel="stylesheet" href="https://static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/v8/languages.css" />

<h1>
Lagree Maui Titles
</h1>

<h2>
Avenir Light
</h2>

<h3>
Avenir bold
</h3>

CSS

h1{
      font-family: brandon-grotesque, sans-serif;
      font-weight: 300;
      font-style: normal;
}

h2{
    font-family:"Avenir-LT-W01_35-Light1475496";
}

h3{
      font-family:"Avenir-LT-W01_85-Heavy1475544";
}