Last active
August 26, 2016 18:18
-
-
Save zumwalt/7e5f526e095a58de0e577b53af54917c to your computer and use it in GitHub Desktop.
San Francisco Web Font
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: "San Francisco Text"; | |
font-weight: 300; | |
src: url("../fonts/sanfranciscotext-light-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco Text"; | |
font-weight: 400; | |
src: url("../fonts/sanfranciscotext-regular-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco Text"; | |
font-weight: 500; | |
src: url("../fonts/sanfranciscotext-medium-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco Text"; | |
font-weight: 600; | |
src: url("../fonts/sanfranciscotext-semibold-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco Text"; | |
font-weight: 700; | |
src: url("../fonts/sanfranciscotext-bold-webfont.woff"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment