Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2016 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/637c57a3377653888e9121b9255cabfa to your computer and use it in GitHub Desktop.
Save anonymous/637c57a3377653888e9121b9255cabfa to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'LibreBaskervilleItalic';
src: url('../assets/LibreBaskerville-Italic-webfont.eot');
src: url('../assets/LibreBaskerville-Italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../assets/LibreBaskerville-Italic-webfont.woff') format('woff'),
url('../assets/LibreBaskerville-Italic-webfont.ttf') format('truetype'),
url('../assets/LibreBaskerville-Italic-webfont.svg#LibreBaskervilleItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgbold';
src: url('../assets/proximanova-bold-webfont.eot');
src: url('../assets/proximanova-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../assets/proximanova-bold-webfont.woff') format('woff'),
url('../assets/proximanova-bold-webfont.ttf') format('truetype'),
url('../assets/proximanova-bold-webfont.svg#proxima_novasemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novalight';
src: url('../assets/proximanova-light-webfont.eot');
src: url('../assets/proximanova-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../assets/proximanova-light-webfont.woff') format('woff'),
url('../assets/proximanova-light-webfont.ttf') format('truetype'),
url('../assets/proximanova-light-webfont.svg#proxima_novalight') format('svg');
font-weight:normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment