spee.ch/client/scss/_font.scss

19 lines
344 B
SCSS
Raw Normal View History

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