Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created January 15, 2013 12:04
Show Gist options
  • Save emmgfx/4538160 to your computer and use it in GitHub Desktop.
Save emmgfx/4538160 to your computer and use it in GitHub Desktop.
@font-face{
font-family: Roboto;
src: url('Roboto.ttf');
}
@font-face{
font-family: "Roboto con espacio";
src: url('Roboto2.ttf');
}
/* Uso */
a{
font-family: Roboto, "Roboto con espacio", Arial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment