typekit-no-fouc
v0.0.1
Published
When forced to chose between a FOUC or lagging the page for fonts to load, the answer is 'no.'
Downloads
10
Readme
Installation
- Add the following script to the head of your site:
<script>
(function(t,k,f,a,c,e,s){
t&&(e=k.createElement(f),s=k.getElementsByTagName(a)[0],
e.innerHTML=t.getItem(c)&&s.parentNode.insertBefore(e,s))
})(window.localStorage,document,'style','script','ts.fontFace');
</script>
Run
npm install typekit-no-fouc --save
in your project.Include
src/index.js
through your preferred method
- Browserify:
require('typekit-no-fouc');
- Babel / ES2015:
import 'typekit-no-fouc';
- Old school:
<script src="path/to/files/typekit-no-fouc/src/index.js"></script>
Enjoy async typekit sans-FOUC!