speice.io/css/fonts.css

17 lines
476 B
CSS
Raw Normal View History

2018-09-09 13:08:54 -04:00
@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;
}