Skip to content

Instantly share code, notes, and snippets.

@elrok123
Created April 30, 2013 18:55
Show Gist options
  • Save elrok123/5491023 to your computer and use it in GitHub Desktop.
Save elrok123/5491023 to your computer and use it in GitHub Desktop.
CSS for custom font
@font-face {
font-family: 'harbara';
src: url('icomoon.eot');
src: url('icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment