Created
June 22, 2017 03:06
-
-
Save derekbtw/a066798c26fc1eb1a244945e730a3a07 to your computer and use it in GitHub Desktop.
San Francisco 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
@charset "UTF-8"; | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 100; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 200; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 400; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 500; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 600; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff"); | |
} | |
@font-face { | |
font-family: "San Francisco"; | |
font-weight: 700; | |
src: url("//applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff"); | |
} | |
html, body { | |
width: 100%; | |
height: 100%; | |
font-size: 106.25%; | |
quotes: "“" "”"; | |
font-family: "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif; | |
} | |
body { | |
font-size: 17px; | |
line-height: 1.52947; | |
font-weight: 400; | |
letter-spacing: -0.021em; | |
background-color: #F2F2F2; | |
padding-top: 5vh; | |
color: #333; | |
font-style: normal; | |
-webkit-font-smoothing: antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment