Skip to content

Instantly share code, notes, and snippets.

Created March 17, 2016 16:35
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 anonymous/4bdea5630ef317e3d760 to your computer and use it in GitHub Desktop.
Save anonymous/4bdea5630ef317e3d760 to your computer and use it in GitHub Desktop.
Google Fonts CSS für lokal gespeicherte Fonts
/* =============================================================================
Google Fonts Anpassungen Varela Round
============================================================================= */
@font-face {
font-family: 'Varela Round';
src: local('Varela Round'), url('css/varela-round.woff2') format('woff2'),
font-weight: 400;
font-style: normal;
unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment