Created
March 17, 2016 16:35
-
-
Save anonymous/4bdea5630ef317e3d760 to your computer and use it in GitHub Desktop.
Google Fonts CSS für lokal gespeicherte Fonts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ============================================================================= | |
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