Last active
May 26, 2024 20:01
-
-
Save bivainis/5e8d629eb47e1aa8cc7d 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
/** | |
* http://applemusic.tumblr.com/ | |
*/ | |
/** Ultra Light */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 100; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2"); | |
} | |
/** Thin */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 200; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2"); | |
} | |
/** Regular */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 400; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff2"); | |
} | |
/** Medium */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: normal; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff2"); | |
} | |
/** Semi Bold */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 500; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff2"); | |
} | |
/** Bold */ | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: bold; | |
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2"); | |
} |
Font size 13px and font weight > normal will render "n" and "g" very weird. Any idea how to update these two chars?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
added regular font