JSFiddle - React, Tailwind, and code Playground

by gianlucaguarini

HTML

<section>
  Hover me to switch the font
</section>


<div>
  <span>This font is not properly aligned</span>
  <span>This font is not properly aligned</span>
</div>

<p>
  The medium font has 1px vertical offset compared to the normal 
</p>

SCSS

@font-face {
    font-family: DINPro;
    font-weight: 400;
    font-style: normal;
    font-display:swap;
    src:...