Skip to content

Instantly share code, notes, and snippets.

@pgarciacamou
Created June 22, 2015 22:38
Show Gist options
  • Save pgarciacamou/bf67baec797464574455 to your computer and use it in GitHub Desktop.
Save pgarciacamou/bf67baec797464574455 to your computer and use it in GitHub Desktop.
Fonts
// ---------------------------------------------
// FONT
// ---------------------------------------------
@font-face {
font-family: "Raleway";//-ExtraBold";
src: url("../font/Raleway-ExtraBold.ttf") format("truetype"), url("../font/Raleway-ExtraBold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Raleway";//-Regular";
src: url("../font/Raleway-Regular.ttf") format("truetype"), url("../font/Raleway-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Raleway";//-Light";
src: url("../font/Raleway-Light.ttf") format("truetype"), url("../font/Raleway-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment