mirror of
https://github.com/bspeice/speice.io
synced 2025-09-03 13:15:17 -04:00
Don't use Roboto font from Google
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user