Skip to content

Instantly share code, notes, and snippets.

@dopa
Created May 14, 2014 22:58
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 dopa/f30d36b28a5ab2625bb6 to your computer and use it in GitHub Desktop.
Save dopa/f30d36b28a5ab2625bb6 to your computer and use it in GitHub Desktop.
//@font-face{
// font-family: 'OpenSans';
// src: url('fonts/opensans/OpenSans-Regular-webfont.eot');
// src: url('fonts/opensans/OpenSans-Regular-webfont.eot?iefix') format('eot'),
// url('fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
// url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
// url('fonts/opensans/OpenSans-Regular-webfont.svg#webfont') format('svg');
//}
//@font-face{
// font-family: 'OpenSansBd';
// src: url('fonts/opensans/OpenSans-Bold-webfont.eot');
// src: url('fonts/opensans/OpenSans-Bold-webfont.eot?iefix') format('eot'),
// url('fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
// url('fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
// url('fonts/opensans/OpenSans-Bold-webfont.svg#webfont') format('svg');
//}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 18, 2013 */
@font-face {
font-family: 'proxima_nova';
src: font-url('proximanova-regular-webfont.eot');
src: font-url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
font-url('proximanova-regular-webfont.woff') format('woff'),
font-url('proximanova-regular-webfont.ttf') format('truetype'),
font-url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'proxima_nova';
src: font-url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
}
}
@font-face {
font-family: 'proxima_nova-light';
src: font-url('proximanova-light-webfont.eot');
src: font-url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
font-url('proximanova-light-webfont.woff') format('woff'),
font-url('proximanova-light-webfont.ttf') format('truetype'),
font-url('proximanova-light-webfont.svg#proxima_novalight') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'proxima_nova-light';
src: font-url('proximanova-light-webfont.svg#proxima_novalight') format('svg');
}
}
@font-face {
font-family: 'proxima_nova-bold';
src: font-url('proximanova-bold-webfont.eot');
src: font-url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
font-url('proximanova-bold-webfont.woff') format('woff'),
font-url('proximanova-bold-webfont.ttf') format('truetype'),
font-url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'proxima_nova-bold';
src: font-url('proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment