Skip to content

Instantly share code, notes, and snippets.

@lazydaisy
Created February 6, 2014 18:22
Show Gist options
  • Save lazydaisy/8849711 to your computer and use it in GitHub Desktop.
Save lazydaisy/8849711 to your computer and use it in GitHub Desktop.
@charset 'UTF-8';
@font-face {
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
src: url([[font:theme|glyphicons-halflings-regular.eot]]);
src: url([[font:theme|glyphicons-halflings-regular.eot]]) format('embedded-opentype'),
url([[font:theme|glyphicons-halflings-regular.woff]]) format('woff'),
url([[font:theme|glyphicons-halflings-regular.ttf]]) format('truetype'),
url([[font:theme|glyphicons-halflings-regular.svg]]) format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment