Forked from anonymous/gist:637c57a3377653888e9121b9255cabfa
Last active
September 21, 2016 13:00
-
-
Save universal/8be9a83e4a0c380c234b9d3f7dc7e63b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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