Skip to content

Instantly share code, notes, and snippets.

View Manoz's full-sized avatar
😏
Meh

Kévin Legrand Manoz

😏
Meh
View GitHub Profile
@Manoz
Manoz / dabblet.css
Created March 19, 2012 20:20
Font Face "hack"
/**
* Font Face "hack"
*/
@font-face {
font-family: "font-name";
src: url("../fonts/font-name.eot");
src: local("☺"),
url("../fonts/font-name.woff") format("woff"),
url("../fonts/font-name.otf") format("opentype"),