Files
2023-12-08 03:57:24 +01:00

96 lines
1.8 KiB
CSS

@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-ExtraBold.ttf');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-Bold.ttf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-Medium.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-Regular.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-Light.ttf');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Manrope';
src: url('../font/manrope/Manrope-ExtraLight.ttf');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Black.ttf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Bold.ttf');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Medium.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Regular.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Light.ttf');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-ExtraLight.ttf');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Inter';
src: url('../font/inter/Inter-Thin.ttf');
font-weight: 100;
font-style: normal;
}
body {
margin: 0;
padding: 0;
}