Created
July 4, 2018 18:10
-
-
Save dakshgautam1/66538e13cffc817c6de89cacf3681a6b 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: 'Open Sans Light'; | |
src: local('Open Sans Light'), url('./fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); | |
} | |
body { | |
font-family: 'Open Sans Light'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment