42 lines
894 B
SCSS
42 lines
894 B
SCSS
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('../assets/fonts/lato-normal.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: url('../assets/fonts/lato-normal-italic.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
src: url('../assets/fonts/lato-black.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
font-style: italic;
|
||
|
font-weight: 600;
|
||
|
src: url('../assets/fonts/lato-black-italic.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inconsolata';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('../assets/fonts/inconsolata.woff') format('woff');
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inconsolata';
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
src: url('../assets/fonts/inconsolata-bold.woff') format('woff');
|
||
|
}
|