JSFiddle - React, Tailwind, and code Playground
by thundercracker
HTML
<span style="font-family: HEAVYWEIGHT; font-size: 45px">THIS IS HEAVY FONT</span>
CSS
@font-face {
font-family: "HEAVYWEIGHT";
src: url('http://www.gatewaymma.com/ohio/fa-styles/fonts/heavywei-webfont.eot');
src: url('http://www.gatewaymma.com/ohio/fa-styles/fonts/heavywei-webfont.eot?#iefix') format('embedded-opentype'),
url('http://www.gatewaymma.com/ohio/fa-styles/fonts/heavywei-webfont.woff') format('woff'),
url('http://www.gatewaymma.com/ohio/fa-styles/fonts/heavywei-webfont.ttf') format("truetype"),
url('http://www.gatewaymma.com/ohio/fa-styles/fonts/heavywei-webfont.svg#HeavyweightRegular') format('svg');
}