Skip to content

Instantly share code, notes, and snippets.

@dmtrmrv
Created December 6, 2017 22:10
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/f3a659f606cb7710c604b39392ca38ff to your computer and use it in GitHub Desktop.
Save dmtrmrv/f3a659f606cb7710c604b39392ca38ff to your computer and use it in GitHub Desktop.
Replace Lato with Archivo in Counter
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');
html {
font-family: 'Archivo Narrow', sans-serif;
}
h1,h2,h3,h4,h5,h6,
.main-navigation a,
.site-title {
font-family: 'Archivo Narrow', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment