Skip to content

Instantly share code, notes, and snippets.

@blacksaildivision
Last active September 9, 2020 15:17
Show Gist options
  • Save blacksaildivision/a892525462eb0085fa0edd6df8bc6eec to your computer and use it in GitHub Desktop.
Save blacksaildivision/a892525462eb0085fa0edd6df8bc6eec to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'LetteraMonoLLWeb';
font-weight: 300;
src: url('https://dragonfired.co.nz/fonts/LetteraMonoLLWeb-Light.woff2') format('woff2')
}
@font-face {
font-family: 'LetteraMonoLLWeb';
font-weight: 300;
src: url('https://dragonfired.co.nz/fonts/LetteraMonoLLWeb-Light.woff') format('woff')
}
@font-face {
font-family: 'LetteraMonoLLWeb';
font-weight: 400;
src: url('https://dragonfired.co.nz/fonts/LetteraMonoLLWeb-Regular.woff2') format('woff2')
}
@font-face {
font-family: 'LetteraMonoLLWeb';
font-weight: 400;
src: url('https://dragonfired.co.nz/fonts/LetteraMonoLLWeb-Regular.woff') format('woff')
}
body, html{
font-family: 'LetteraMonoLLWeb';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment