Created
August 9, 2019 23:11
-
-
Save bosunski/230f5653a42cea1262bdeec9b90b273e to your computer and use it in GitHub Desktop.
This file contains hidden or 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: "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