Skip to content

Instantly share code, notes, and snippets.

@RomanovRoman
Created June 9, 2013 18:32
Show Gist options
  • Save RomanovRoman/5744646 to your computer and use it in GitHub Desktop.
Save RomanovRoman/5744646 to your computer and use it in GitHub Desktop.
If your page requires an unusual font, you can embed it with a CSS
@font-face {
font-family: myfont;
src: url("myfont.eot");
}
@font-face {
font-family: aflthin;
src: url("myfont.eot?iefix") format("☺"),
url(data:application/x-font-woff;charset=utf-8;base64,/* base64 here */) format("woff"),
url("myfont.ttf") format("truetype"),
url("myfont.svg#webfontssbCkuz5") format("svg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment