Skip to content

Instantly share code, notes, and snippets.

@mickelsonm
Created October 21, 2014 21:11
Show Gist options
  • Save mickelsonm/849fb8d4e8c23698e9b0 to your computer and use it in GitHub Desktop.
Save mickelsonm/849fb8d4e8c23698e9b0 to your computer and use it in GitHub Desktop.
/** Book **/
/** "ff-good-headline-web-pro-con-n4", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-n4","ff-good-headline-web-pro-con",sans-serif;
font-style: normal;
font-weight: 400;
/** Book Italic **/
/** "ff-good-headline-web-pro-con-i4", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-i4","ff-good-headline-web-pro-con",sans-serif;
font-style: italic;
font-weight: 400;
/** Medium **/
/** "ff-good-headline-web-pro-con-n5", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-n5","ff-good-headline-web-pro-con",sans-serif;
font-style: normal;
font-weight: 500;
/** Medium Italic **/
/** "ff-good-headline-web-pro-con-i5", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-i5","ff-good-headline-web-pro-con",sans-serif;
font-style: italic;
font-weight: 500;
/** Black **/
/** "ff-good-headline-web-pro-con-n9", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-n9","ff-good-headline-web-pro-con",sans-serif;
font-style: normal;
font-weight: 900;
/** Black Italic **/
/** "ff-good-headline-web-pro-con-i9", "ff-good-headline-web-pro-con" **/
font-family: "ff-good-headline-web-pro-con-i9","ff-good-headline-web-pro-con",sans-serif;
font-style: italic;
font-weight: 900;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment