added inter fonts from design
This commit is contained in:
parent
2ee7705d5c
commit
211b7230ab
BIN
src/assets/fonts/Inter-Black.ttf
Normal file
BIN
src/assets/fonts/Inter-Black.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-Bold.ttf
Normal file
BIN
src/assets/fonts/Inter-Bold.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-ExtraBold.ttf
Normal file
BIN
src/assets/fonts/Inter-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-ExtraLight.ttf
Normal file
BIN
src/assets/fonts/Inter-ExtraLight.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-Light.ttf
Normal file
BIN
src/assets/fonts/Inter-Light.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-Medium.ttf
Normal file
BIN
src/assets/fonts/Inter-Medium.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-Regular.ttf
Normal file
BIN
src/assets/fonts/Inter-Regular.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-SemiBold.ttf
Normal file
BIN
src/assets/fonts/Inter-SemiBold.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/Inter-Thin.ttf
Normal file
BIN
src/assets/fonts/Inter-Thin.ttf
Normal file
Binary file not shown.
@ -49,9 +49,81 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Black.ttf") format("truetype");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-ExtraBold.ttf") format("truetype");
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Light.ttf") format("truetype");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-ExtraLight.ttf") format("truetype");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("assets/fonts/Inter-Thin.ttf") format("truetype");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: "Poppins", -apple-system, "Segoe UI", system-ui, "Roboto",
|
||||
"Helvetica Neue", "Arial";
|
||||
font-family: "Inter", "Poppins", -apple-system, "Segoe UI", system-ui,
|
||||
"Roboto", "Helvetica Neue", "Arial";
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user