Skip to content

Instantly share code, notes, and snippets.

@yury
Created January 29, 2018 08:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yury/806613e6f6d3dab8c96cfe834f37d5ef to your computer and use it in GitHub Desktop.
Save yury/806613e6f6d3dab8c96cfe834f37d5ef to your computer and use it in GitHub Desktop.
Example of local fonts
/*
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