Skip to content

Instantly share code, notes, and snippets.

@fairy-code-mother
Created February 21, 2019 20:29
Show Gist options
  • Save fairy-code-mother/dabb0d2c7a2f34656f33527bce6e357f to your computer and use it in GitHub Desktop.
Save fairy-code-mother/dabb0d2c7a2f34656f33527bce6e357f to your computer and use it in GitHub Desktop.
Font Face
@font-face {
font-family: "NAME OF FONT";
src: url("NAME-OF-FONT-FILE.woff2") format("woff2"),
url("NAME-OF-FONT-FILE.woff") format("woff");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment