Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Last active November 12, 2017 22:35
Show Gist options
  • Save carlos-sanchez/bb7dbde07218cf7bc1dcddb43b791bb9 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/bb7dbde07218cf7bc1dcddb43b791bb9 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'MyWebFont'; /* Define the custom font name */
src: url('myfont.woff2') format('woff2'),
url('myfont.woff') format('woff'); /* Define where the font can be downlaoded */
font-display: fallback; /* Define how the browser behaves during download */
}
/*
Values:
auto
block
swap
fallback
optional
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment