Skip to content

Instantly share code, notes, and snippets.

@alienlebarge
Created October 4, 2018 04:58
Show Gist options
  • Save alienlebarge/29dd7167032aeed1d208cf87b5e28134 to your computer and use it in GitHub Desktop.
Save alienlebarge/29dd7167032aeed1d208cf87b5e28134 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Open Sans";
src: url("/pathTo/myFont.woff2") format("woff2"),
url("/pathTo/myFont.woff") format("woff");
font-display: swap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment