mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
17 lines
495 B
CSS
17 lines
495 B
CSS
@font-face {
|
|
font-family: 'Hasklig';
|
|
src: url('/assets/webfonts/hasklig-semibold-webfont.woff2') format('woff2'),
|
|
url('/assets/webfonts/hasklig-semibold-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;
|
|
|
|
} |