Skip to content

Instantly share code, notes, and snippets.

@zumwalt
Last active August 26, 2016 18:18
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 zumwalt/7e5f526e095a58de0e577b53af54917c to your computer and use it in GitHub Desktop.
Save zumwalt/7e5f526e095a58de0e577b53af54917c to your computer and use it in GitHub Desktop.
San Francisco Web Font
@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