Created
February 28, 2018 01:31
-
-
Save asufian97/0a9d7af632c6ff4f863350263766511e to your computer and use it in GitHub Desktop.
include fonts for website
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: 'Poppins'; | |
font-style: normal; | |
font-weight: 300; | |
src: url('../fonts/poppins-v1-latin-300.eot'); /* IE9 Compat Modes */ | |
src: local('Poppins Light'), local('Poppins-Light'), | |
url('../fonts/poppins-v1-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('../fonts/poppins-v1-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ | |
url('../fonts/poppins-v1-latin-300.woff') format('woff'), /* Modern Browsers */ | |
url('../fonts/Poppins-Light.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('../fonts/poppins-v1-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment