Skip to content

Instantly share code, notes, and snippets.

@Gianfranco97
Last active September 15, 2019 21:29
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 Gianfranco97/d8f775603f81f2adebdc348cae00f444 to your computer and use it in GitHub Desktop.
Save Gianfranco97/d8f775603f81f2adebdc348cae00f444 to your computer and use it in GitHub Desktop.
Angus - Typography
<link rel="stylesheet" href="https://use.typekit.net/lyr2mix.css">

Cairo ExtraLight

font-family: cairo, sans-serif;

font-weight: 200;

font-style: normal;


Cairo ExtraLight Italic

font-family: cairo, sans-serif;

font-weight: 200;

font-style: italic;


Cairo Regular

font-family: cairo, sans-serif;

font-weight: 400;

font-style: normal;


Cairo Italic

font-family: cairo, sans-serif;

font-weight: 400;

font-style: italic;


Cairo SemiBold

font-family: cairo, sans-serif;

font-weight: 600;

font-style: normal;


Cairo SemiBold Italic

font-family: cairo, sans-serif;

font-weight: 600;

font-style: italic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment