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

17
css/fonts.css Normal file
View 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;
}