Skip to content

Instantly share code, notes, and snippets.

@SvenPam
Created November 18, 2018 21:00
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 SvenPam/033c4f5ad7777b873d409555944380fc to your computer and use it in GitHub Desktop.
Save SvenPam/033c4f5ad7777b873d409555944380fc to your computer and use it in GitHub Desktop.
Font Face Ordering
@font-face {
font-family: 'my-font';
src: url('regular.woff2') format('woff2'), url('regular.woff') format('woff'), url('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