Don't use Roboto font from Google

This commit is contained in:
2018-09-09 13:08:54 -04:00
parent 896ae41f57
commit 4f8a5b37e3
7 changed files with 20 additions and 3 deletions

View File

@ -16,12 +16,12 @@
// Font families
@mixin ff--sans-serif($font-weight: normal) {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
font-family: 'Lato', sans-serif;
font-weight: $font-weight;
}
@mixin ff--code {
font-family: 'Roboto Mono', monospace;
font-family: 'Hasklig', monospace;
}
// Font sizing