spee.ch/client/scss/font/_font.scss
2018-08-13 18:08:00 -07:00

18 lines
350 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;
}