Skip to content

Instantly share code, notes, and snippets.

@dmtrmrv
Created May 24, 2017 19:12
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 dmtrmrv/c141335af112af5f6f3e35da3330d623 to your computer and use it in GitHub Desktop.
Save dmtrmrv/c141335af112af5f6f3e35da3330d623 to your computer and use it in GitHub Desktop.
Counter Custom Font Quick Fix
@import url('https://fonts.googleapis.com/css?family=Montserrat');
html,
h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-navigation a {
font-family: 'Montserrat', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment