spee.ch/client/scss/font/_font.scss
2018-10-17 00:03:05 +01:00

31 lines
584 B
SCSS

@font-face {
font-family: 'Lekton';
src: url('./font/Lekton/Lekton-Regular.ttf');
}
@font-face {
font-family: 'Lekton';
src: url('./font/Lekton/Lekton-Bold.ttf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lekton';
src: url('./font/Lekton/Lekton-Italic.ttf');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Circular';
src: url('./font/Circular/CircularStd-Book.ttf');
font-weight: normal;
}
@font-face {
font-family: 'Circular';
src: url('./font/Circular/CircularStd-Bold.ttf');
font-weight: bold;
}