spee.ch/client/scss/font/_font.scss

31 lines
584 B
SCSS
Raw Normal View History

2018-05-30 15:00:09 -07:00
@font-face {
font-family: 'Lekton';
2018-08-13 18:08:00 -07:00
src: url('./font/Lekton/Lekton-Regular.ttf');
2018-05-30 15:00:09 -07:00
}
@font-face {
font-family: 'Lekton';
2018-08-13 18:08:00 -07:00
src: url('./font/Lekton/Lekton-Bold.ttf');
2018-05-30 15:00:09 -07:00
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lekton';
2018-08-13 18:08:00 -07:00
src: url('./font/Lekton/Lekton-Italic.ttf');
2018-05-30 15:00:09 -07:00
font-weight: normal;
font-style: italic;
}
2018-10-17 00:03:05 +01:00
@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;
}