Skip to content

Instantly share code, notes, and snippets.

@ryancoughlin
Created July 2, 2013 14:00
Show Gist options
  • Save ryancoughlin/5909543 to your computer and use it in GitHub Desktop.
Save ryancoughlin/5909543 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'MetaSerifOT-Book';
src: url('fonts/meta_serif/metaserifot-book.eot');
src: local('☺'), url('fonts/meta_serif/metaserifot-book.woff') format('woff'), url('fonts/meta_serif/metaserifot-book.ttf') format('truetype'), url('fonts/meta_serif/metaserifot-book.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'altisextra_bold';
src: url('fonts/altis_extrabold/altis-extrabold-webfont.eot');
src: url('fonts/altis_extrabold/altis-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/altis_extrabold/altis-extrabold-webfont.woff') format('woff'),
url('fonts/altis_extrabold/altis-extrabold-webfont.ttf') format('truetype'),
url('fonts/altis_extrabold/altis-extrabold-webfont.svg#altisextra_bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'altisbold';
src: url('fonts/altis_bold/altis-bold-webfont.eot');
src: url('fonts/altis_bold/altis-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/altis_bold/altis-bold-webfont.woff') format('woff'),
url('fonts/altis_bold/altis-bold-webfont.ttf') format('truetype'),
url('fonts/altis_bold/altis-bold-webfont.svg#altisbold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'altisbook';
src: url('fonts/altis_book/altis-book-webfont.eot');
src: url('fonts/altis_book/altis-book-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/altis_book/altis-book-webfont.woff') format('woff'),
url('fonts/altis_book/altis-book-webfont.ttf') format('truetype'),
url('fonts/altis_book/altis-book-webfont.svg#altisbook') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'altislight';
src: url('fonts/altis_light/altis-light-webfont.eot');
src: url('fonts/altis_light/altis-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/altis_light/altis-light-webfont.woff') format('woff'),
url('fonts/altis_light/altis-light-webfont.ttf') format('truetype'),
url('fonts/altis_light/altis-light-webfont.svg#altislight') format('svg');
font-weight: normal;
font-style: normal;
}
%meta_serif,.meta_serif {
font-family: 'MetaSerifOT-Book';
-webkit-font-smoothing: antialiased;
}
.altis_extrabold {
font-family: 'altisextra_bold';
-webkit-font-smoothing: antialiased;
}
.altis_bold {
font-family: 'altisbold';
-webkit-font-smoothing: antialiased;
}
.altis_book {
font-family: 'altisbook';
-webkit-font-smoothing: antialiased;
}
.altis_light {
font-family: 'altislight';
-webkit-font-smoothing: antialiased;
}
.helv {
font-family: 'Helvetica Neue', 'Helvetica';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment