Skip to content

Instantly share code, notes, and snippets.

@jPedroScript
Created August 22, 2013 21:13
Show Gist options
  • Save jPedroScript/6312852 to your computer and use it in GitHub Desktop.
Save jPedroScript/6312852 to your computer and use it in GitHub Desktop.
font-face
@font-face
{
font-family: "MiFuente";
src: url("fuentefancy.eot");
src: url("fuentefancy.eot?#MiFuente") format("embedded-opentype"),
url("fuentefancy.woff") format("woff"),
url("fuentefancy.ttf") format("truetype"),
url("fuentefancy.svg#MiFuente") format("svg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment