Skip to content

Instantly share code, notes, and snippets.

@universal
Forked from anonymous/gist:637c57a3377653888e9121b9255cabfa
Last active September 21, 2016 13:00
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 universal/8be9a83e4a0c380c234b9d3f7dc7e63b to your computer and use it in GitHub Desktop.
Save universal/8be9a83e4a0c380c234b9d3f7dc7e63b to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'LibreBaskervilleItalic';
src: font-url('LibreBaskerville-Italic-webfont.eot');
src: font-url('LibreBaskerville-Italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
font-url('LibreBaskerville-Italic-webfont.woff') format('woff'),
font-url('LibreBaskerville-Italic-webfont.ttf') format('truetype'),
font-url('LibreBaskerville-Italic-webfont.svg#LibreBaskervilleItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_nova_rgbold';
src: font-url('proximanova-bold-webfont.eot');
src: font-url('proximanova-bold-webfontd41d.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_novasemibold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'proxima_novalight';
src: font-url('proximanova-light-webfont.eot');
src: font-url('proximanova-light-webfontd41d.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment