Skip to content

Instantly share code, notes, and snippets.

@MrVladevoit
Created May 11, 2017 07:55
Show Gist options
  • Save MrVladevoit/c183d52837c3a2a3ca92fd2844760d7c to your computer and use it in GitHub Desktop.
Save MrVladevoit/c183d52837c3a2a3ca92fd2844760d7c to your computer and use it in GitHub Desktop.
_fonts.scss
/* ==========================================================================
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