Skip to content

Instantly share code, notes, and snippets.

@asufian97
Created February 28, 2018 01:31
Show Gist options
  • Save asufian97/0a9d7af632c6ff4f863350263766511e to your computer and use it in GitHub Desktop.
Save asufian97/0a9d7af632c6ff4f863350263766511e to your computer and use it in GitHub Desktop.
include fonts for website
@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