mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
73 lines
1.6 KiB
SCSS
73 lines
1.6 KiB
SCSS
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Bold'), local('Inter-Bold'),
|
|
url('./Inter-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
|
|
url('./Inter-ExtraBold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Black'), local('Inter-Black'),
|
|
url('./Inter-Black.ttf') format('truetype');
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Light'), local('Inter-Light'),
|
|
url('./Inter-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter ExtraLight'), local('Inter-ExtraLight'),
|
|
url('./Inter-ExtraLight.ttf') format('truetype');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Medium'), local('Inter-Medium'),
|
|
url('./Inter-Medium.ttf') format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Regular'), local('Inter-Regular'),
|
|
url('./Inter-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter SemiBold'), local('Inter-SemiBold'),
|
|
url('./Inter-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter Thin'), local('Inter-Thin'),
|
|
url('./Inter-Thin.ttf') format('truetype');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|