JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

HTML

<div style="font-family:cocofix;font-size:16;">test with embedded font fixedsys</div>



<div style='font-family:fixedsys;font-size:16;'>test with native installed fixedsys</div>

CSS

@font-face {

    font-family: 'cocofix';

    font-smooth:never;

    src: url('http://www.funplus.com/cocofix.eot');

    src: url('http://www.funplus.com/cocofix.eot?#iefix') format('embedded-opentype'),url('http://www.funplus.com/cocofix.woff') format('http://www.funplus.com/woff'),url('http://www.funplus.com/cocofix.ttf') format('truetype');

}