Skip to content

Instantly share code, notes, and snippets.

@gerasimua
Created March 2, 2016 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerasimua/7c81597e2f3017b586ca to your computer and use it in GitHub Desktop.
Save gerasimua/7c81597e2f3017b586ca to your computer and use it in GitHub Desktop.
FontFace
@font-face {
font-family: 'Roboto Slab';
src: url("/fonts/googlefonts/RobotoSlab-Bold.ttf");
font-weight: 700;
}
@font-face {
font-family: 'Roboto Slab';
src: url("/fonts/googlefonts/RobotoSlab-Regular.ttf");
font-weight: 400;
}
@font-face {
font-family: 'Roboto Slab';
src: url("/fonts/googlefonts/RobotoSlab-Light.ttf");
font-weight: 300;
}
@font-face {
font-family: 'Roboto Slab';
src: url("/fonts/googlefonts/RobotoSlab-Thin.ttf");
font-weight: 200;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment