Skip to content

Instantly share code, notes, and snippets.

@aelaguiz
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aelaguiz/25ff58bdf42e02d1b2ca to your computer and use it in GitHub Desktop.
Save aelaguiz/25ff58bdf42e02d1b2ca to your computer and use it in GitHub Desktop.
Font example
<h1 class="my-class">Custom header</h1>
@font-face {
font-family: myFirstFont;
src: url(sansation_light.woff); /* <-- URL to your custom font */
}
.my-class {
font-family: myFirstFont;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment