Skip to content

Instantly share code, notes, and snippets.

@johnvsc
johnvsc / gist:6405593
Last active December 22, 2015 02:48
Bullet Proof @font-fact implementation
/* replace __name__ with the name of the font file*/
src: url('../fonts/__name__/__name__.eot'); /* IE8 */
src:
local('?'),
url('../fonts/__name__/__name__.woff') format('woff');