JSFiddle - React, Tailwind, and code Playground

by namuol

HTML

This is a rather long sentence to illustrate the annoying letter-spacing problem I'm having with Google WebFonts.

CSS

@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/pontanosans/v1/gTHiwyxi6S7iiHpqAoiE3HhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

* {
    font-family: 'Pontano Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
}