Skip to content

Instantly share code, notes, and snippets.

@distracteddev
Created February 6, 2018 09:15
Show Gist options
  • Save distracteddev/7cc94feb8062515f0e3bf5bb1423146e to your computer and use it in GitHub Desktop.
Save distracteddev/7cc94feb8062515f0e3bf5bb1423146e to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Meta';
src: url("https://cdn.lever.co/fonts/Meta/metaboldlf-webfont-2017.woff") format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Meta';
src: url("https://cdn.lever.co/fonts/Meta/metanormal-webfont-2017.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Meta';
src: url("https://cdn.lever.co/fonts/Meta/metanormalitaliclf-webfont-2017.woff") format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Meta';
src: url("https://cdn.lever.co/fonts/Meta/metabolditaliclf-webfont-2017.woff") format('woff');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Meta-Caps';
src: url("https://cdn.lever.co/fonts/Meta/MetaScWeb-Normal.eot");
src: url("https://cdn.lever.co/fonts/Meta/MetaScWeb-Normal.woff") format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Avenir';
src: url("https://cdn.lever.co/fonts/Avenir/Avenir-Next-Pro-Regular.eot");
src: url("https://cdn.lever.co/fonts/Avenir/Avenir-Next-Pro-Regular.woff") format('woff');
src: url("https://cdn.lever.co/fonts/Avenir/Avenir-Next-Pro-Regular.ttf") format('truetype');
font-weight: normal;
font-style: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment