Skip to content

Instantly share code, notes, and snippets.

@oscaralexander
Created February 24, 2022 13:13
Show Gist options
  • Save oscaralexander/867df9e59fa62635b505a6050448cda9 to your computer and use it in GitHub Desktop.
Save oscaralexander/867df9e59fa62635b505a6050448cda9 to your computer and use it in GitHub Desktop.
@charset 'utf-8';
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 400;
src: url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-regular.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-regular.woff') format('woff');
}
@font-face {
font-family: 'Graphik';
font-style: italic;
font-weight: 400;
src: url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-regular-italic.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-regular-italic.woff') format('woff');
}
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 500;
src: url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-medium.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-medium.woff') format('woff');
}
@font-face {
font-family: 'Graphik';
font-style: normal;
font-weight: 700;
src: url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-medium.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/graphik/graphik-medium.woff') format('woff');
}
@font-face {
font-family: 'Shentox';
font-style: normal;
font-weight: 500;
src: url('https://cdn4.tnwcdn.com/assets/fonts/shentox/shentox-medium.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/shentox/shentox-medium.woff') format('woff');
}
@font-face {
font-family: 'TNW Avalon';
font-style: normal;
font-weight: 700;
src: url('https://cdn4.tnwcdn.com/assets/fonts/tnw-avalon/tnw-avalon-bold.woff2') format('woff2'),
url('https://cdn4.tnwcdn.com/assets/fonts/tnw-avalon/tnw-avalon-bold.woff') format('woff');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment