Created
April 2, 2017 17:40
-
-
Save ericmorand/1fe1f9a95df1cf368e89dfa77d914834 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
@font-face { | |
font-family: 'Whatever'; | |
font-weight: 400; | |
src: url('./whatever.eot'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment