Skip to content

Instantly share code, notes, and snippets.

@jeshuamaxey
Created July 29, 2015 10:34
Show Gist options
  • Save jeshuamaxey/95abc422728a0729e8d8 to your computer and use it in GitHub Desktop.
Save jeshuamaxey/95abc422728a0729e8d8 to your computer and use it in GitHub Desktop.
Import required fonts from head bootstrap. Used for projects created using angular fullstack
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../bower_components/head-bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../bower_components/head-bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('../bower_components/head-bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../bower_components/head-bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../bower_components/head-bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
font-family: 'Metric-Light';
font-style: normal;
font-weight: normal;
src: url('../bower_components/head-bootstrap/fonts/Metric-Light.eot');
src: url('../bower_components/head-bootstrap/fonts/Metric-Light.eot?#iefix') format('embedded-opentype'), url('../bower_components/head-bootstrap/fonts/Metric-Light.woff') format('woff'), url('../bower_components/head-bootstrap/fonts/Metric-Light.ttf') format('truetype'), url('../bower_components/head-bootstrap/fonts/Metric-Light.svg#Metric-Light') format('svg');
}
@font-face {
font-family: 'Metric-Semibold';
font-style: normal;
font-weight: normal;
src: url('../bower_components/head-bootstrap/fonts/Metric-Semibold.eot');
src: url('../bower_components/head-bootstrap/fonts/Metric-Semibold.eot?#iefix') format('embedded-opentype'), url('../bower_components/head-bootstrap/fonts/Metric-Semibold.woff') format('woff'), url('../bower_components/head-bootstrap/fonts/Metric-Semibold.ttf') format('truetype'), url('../bower_components/head-bootstrap/fonts/Metric-Semibold.svg#Metric-Semibold') format('svg');
}
@font-face {
font-family: 'Metric-Thin';
font-style: normal;
font-weight: normal;
src: url('../bower_components/head-bootstrap/fonts/Metric-Thin.eot');
src: url('../bower_components/head-bootstrap/fonts/Metric-Thin.eot?#iefix') format('embedded-opentype'), url('../bower_components/head-bootstrap/fonts/Metric-Thin.woff') format('woff'), url('../bower_components/head-bootstrap/fonts/Metric-Thin.ttf') format('truetype'), url('../bower_components/head-bootstrap/fonts/Metric-Thin.svg#Metric-Thin') format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment