Created
May 11, 2017 07:55
-
-
Save MrVladevoit/c183d52837c3a2a3ca92fd2844760d7c to your computer and use it in GitHub Desktop.
_fonts.scss
This file contains hidden or 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
/* ========================================================================== | |
FONTS | |
===========================================================================*/ | |
/* Proxima Nova | |
===========================================================================*/ | |
/* LIGHT */ | |
@font-face { | |
font-family: 'Proxima Nova'; | |
font-style: normal; | |
font-weight: 300; | |
src: url('../fonts/proximanova-light.eot'); /* IE9 Compat Modes */ | |
src: url('../fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('../fonts/proximanova-light.woff') format('woff'), /* Modern Browsers */ | |
url('../fonts/proximanova-light.ttf') format('truetype'); /* Safari, Android, iOS */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment