Skip to content

Instantly share code, notes, and snippets.

@WitkowskiMichau
Created June 10, 2018 18:29
Show Gist options
  • Save WitkowskiMichau/ccf456b4b7208e4e65dadf8cfb82ddd4 to your computer and use it in GitHub Desktop.
Save WitkowskiMichau/ccf456b4b7208e4e65dadf8cfb82ddd4 to your computer and use it in GitHub Desktop.
font-face
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), url('/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('/fonts/Roboto/Roboto-Regular.ttf') format('ttf');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment