Created
January 29, 2018 08:32
-
-
Save yury/806613e6f6d3dab8c96cfe834f37d5ef to your computer and use it in GitHub Desktop.
Example of local 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
/* | |
Use Fonteer app to install profile | |
with Cutive Mono font from Google Fonts | |
*/ | |
@font-face { | |
font-family: 'Cutive Mono'; | |
src: local('Cutive Mono'); | |
font-weight: normal; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment