Skip to content

Instantly share code, notes, and snippets.

@bosunski
Created August 9, 2019 23:11
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 bosunski/230f5653a42cea1262bdeec9b90b273e to your computer and use it in GitHub Desktop.
Save bosunski/230f5653a42cea1262bdeec9b90b273e to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Brandon Text";
src: url(/assets/fonts/BrandonText-Regular.woff2);
}
@font-face {
font-family: Brandon Text;
src: url("/assets/fonts/BrandonText-Light.woff2") format("woff2"), url("/assets/fonts/BrandonText-Light.woff") format("woff");
font-weight: 300;
font-style: normal
}
@font-face {
font-family: Brandon Text;
src: url("/assets/fonts/BrandonText-Regular.woff2") format("woff2"), url("/assets/fonts/BrandonText-Regular.woff") format("woff");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: Brandon Text;
src: url("/assets/fonts/BrandonText-Medium.woff2") format("woff2"), url("/assets/fonts/BrandonText-Medium.woff") format("woff");
font-weight: 500;
font-style: normal
}
@font-face {
font-family: Brandon Text;
src: url("/assets/fonts/BrandonText-Bold.woff2") format("woff2"), url("/assets/fonts/BrandonText-Bold.woff") format("woff");
font-weight: 700;
font-style: normal
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment