Created
November 20, 2014 09:40
-
-
Save MarioAraque/3c7bde1d4fde0ae92feb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.4.7) | |
// Compass (v1.0.1) | |
// Bourbon (v4.0.2) | |
// ---- | |
@import "bourbon/bourbon"; | |
@include font-face("Avenir", '../fonts/avenir/avenir-regular'); |
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: "Avenir"; | |
font-weight: normal; | |
font-style: normal; | |
src: url("../fonts/avenir/avenir-regular.eot"); | |
src: url("../fonts/avenir/avenir-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir/avenir-regular.woff") format("woff"), url("../fonts/avenir/avenir-regular.ttf") format("truetype"), url("../fonts/avenir/avenir-regular.svg#Avenir") format("svg"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment