spee.ch/client/scss/fontStyle/_font.scss

19 lines
353 B
SCSS
Raw Normal View History

2018-05-31 00:00:09 +02:00
@font-face {
font-family: 'Lekton';
2018-08-13 21:48:31 +02:00
src: url('../font/Lekton/Lekton-Regular.ttf');
2018-05-31 00:00:09 +02:00
}
@font-face {
font-family: 'Lekton';
2018-08-13 21:48:31 +02:00
src: url('../font/Lekton/Lekton-Bold.ttf');
2018-05-31 00:00:09 +02:00
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Lekton';
2018-08-13 21:48:31 +02:00
src: url('../font/Lekton/Lekton-Italic.ttf');
2018-05-31 00:00:09 +02:00
font-weight: normal;
font-style: italic;
}