JSFiddle - React, Tailwind, and code Playground

by Brendan Dolan

HTML

<script src="https://orionhub.org/file/dolanbrendan12-OrionContent/getBaseline.js/getBaseline.js"></script>
<head>
<link rel="stylesheet" href="https://use.typekit.net/qbj1rzv.css">
</head>
<body>
This is a test for the Graphie typeface.
</body>

CSS

body {
  font-family: graphie;
  font-size: 24px;
  font-weight: 300;
}

JavaScript

function ratio() {
    var baseline = getBaseline('graphie', [16, 64]);
    return ratio;
}