37 lines
1.2 KiB
CSS
37 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: 'lato';
|
|
src: url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'),
|
|
url('../fonts/lato/lato-regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'lato';
|
|
src: url('../fonts/lato/lato-italic-webfont.woff2') format('woff2'),
|
|
url('../fonts/lato/lato-italic-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'lato';
|
|
src: url('../fonts/lato/lato-bold-webfont.woff2') format('woff2'),
|
|
url('../fonts/lato/lato-bold-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'lato';
|
|
src: url('../fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'),
|
|
url('../fonts/lato/lato-bolditalic-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'slabo_13px';
|
|
src: url('../fonts/slabo13px/slabo13px-regular-webfont.woff2') format('woff2'),
|
|
url('../fonts/slabo13px/slabo13px-regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|