JSFiddle - React, Tailwind, and code Playground

by rbyers

HTML

<div id='custom'>test text using custom font</div>
<div>test text using standard font</div>

CSS

@font-face { 
    font-family: agheading;
    src: url('http://audiograft.ca/wp-content/themes/agsite2012/font/agheading.woff') format('woff');
}

#custom {
  font-family: agheading;   
}