local font

This commit is contained in:
Szekeres Bálint
2018-02-24 20:25:07 +01:00
parent 1135850fee
commit 75325bf581
6 changed files with 34 additions and 14 deletions

View File

@@ -1,3 +1,24 @@
/*
FONTS
*/
@font-face {
font-family: 'Quicksand';
src: url('../font/quicksand-regular-webfont.woff2') format('woff2'),
url('../font/quicksand-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Quicksand';
src: url('../font/quicksand-bold-webfont.woff2') format('woff2'),
url('../font/quicksand-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
/*
BODY
*/