mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 13:56:11 -04:00
Don't use Roboto font from Google
This commit is contained in:
17
css/fonts.css
Normal file
17
css/fonts.css
Normal file
@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: 'Hasklig';
|
||||
src: url('/assets/webfonts/hasklig-regular-webfont.woff2') format('woff2'),
|
||||
url('hasklig-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/assets/webfonts/lato-regular-webfont.woff2') format('woff2'),
|
||||
url('/assets/webfonts/lato-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
Reference in New Issue
Block a user