JSFiddle - React, Tailwind, and code Playground

by scurrilus

HTML

<head>
  <link href="https://newsletter-assets.sparknews-dev.funkemedien.de/fonts/FiraSans-Medium.woff2" rel="stylesheet">
  
  <style>
  @font-face {
    font-family: 'MyCustomFont';
    src: url('https://newsletter-assets.sparknews-dev.funkemedien.de/fonts/FiraSans-Medium.woff2') format('woff2')
    font-weight: normal;
    font-style: normal;
  }

  body {
    font-family: 'MyCustomFont', sans-serif;
  }
</style>

<style>
  body {
    font-family: 'Roboto', sans-serif;
  }
</style>
</head>

<body>
<h1>
  My Test
</h1>
</body>