spee.ch/client/scss/_font.scss

19 lines
344 B
SCSS
Raw Normal View History

2018-05-31 00:00:09 +02:00
@font-face {
font-family: 'Lekton';
2018-05-31 03:07:24 +02:00
src: url('font/Lekton/Lekton-Regular.ttf');
2018-05-31 00:00:09 +02:00
}
@font-face {
font-family: 'Lekton';
2018-05-31 03:07:24 +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-05-31 03:07:24 +02:00
src: url('font/Lekton/Lekton-Italic.ttf');
2018-05-31 00:00:09 +02:00
font-weight: normal;
font-style: italic;
}