lix-website/themes/lix/assets/scss/shared/_fonts.scss
2024-04-26 22:49:34 -06:00

18 lines
412 B
SCSS

@font-face {
font-family: 'Inter';
src: url('{{ site.BaseURL }}/fonts/Inter-Regular.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: 'Inter';
src: url('{{ site.BaseURL }}/fonts/Inter-SemiBold.ttf') format('truetype');
font-weight: 600;
}
@font-face {
font-family: 'Inter';
src: url('{{ site.BaseURL }}/fonts/Inter-Bold.ttf') format('truetype');
font-weight: bold;
}