On a fait le front (a peut près)

This commit is contained in:
Lucàs
2023-12-08 03:57:24 +01:00
parent 26b3d06b46
commit 05f6282791
40 changed files with 826 additions and 0 deletions
+96
View File
@@ -0,0 +1,96 @@
@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;
}