Skip to content

Instantly share code, notes, and snippets.

@alexmwalker
Last active July 25, 2025 04:59
Show Gist options
  • Save alexmwalker/1acce5d6464e5f8f552b00635e6b7c62 to your computer and use it in GitHub Desktop.
Save alexmwalker/1acce5d6464e5f8f552b00635e6b7c62 to your computer and use it in GitHub Desktop.
/* ##### TT Commons Pro THIN ###### */
/* 1. TT Commons Pro THIN <-- note this is different */
font-family: "tt-commons-pro-thin", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: normal;
font-weight: 100;
font-style: normal;
/* 2. TT Commons Pro THIN Italic <-- note this is different */
font-family: "tt-commons-pro-thin", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 100;
font-style: italic;
/* ##### TT Commons PRO (not thin) ###### */
/* 3a. TT Commons Pro Regular */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 300;
font-style: normal;
/* 3b. TT Commons Pro Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 300;
font-style: italic;
/* 4a. TT Commons Pro Medium */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 400;
font-style: normal;
/* 4b. TT Commons Medium Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 400;
font-style: italic;
/* 5a. TT Commons Pro DemiBold */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 500;
font-style: normal;
/* 5b. TT Commons DemiBold Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 500;
font-style: italic;
/* 6a. TT Commons Pro Bold */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 600;
font-style: normal;
/* 6b. TT Commons Bold Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 600;
font-style: italic;
/* 7a. TT Commons Pro ExtraBold */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 700;
font-style: normal;
/* 7b. TT Commons ExtraBold Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 700;
font-style: italic;
/* 8a. TT Commons Pro Black */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 800;
font-style: normal;
/* 8b. TT Commons Black Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 800;
font-style: italic;
/* 9a. TT Commons Pro ExtraBlack */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 900;
font-style: normal;
/* 9b. TT Commons ExtraBlack Italic */
font-family: "tt-commons-pro", Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-weight: 900;
font-style: italic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment