JSFiddle - React, Tailwind, and code Playground
by GeekStocks
HTML
FONT RESOURCE:<br>
http://www.google.com/webfonts/earlyaccess<br>
<div id="fontTest">
It's working!<br/>
This is some Orb
</div>
CSS
@import url(http://fonts.googleapis.com/css?family=Orbitron);
body{
font-family: verdana,helvetica,arial,sans-serif;
font-size:12px;
}
#fontTest{
background:#e8e8e8;
padding:20px;
margin-top: 20px;
font-family: 'orbitron', serif;
}