diff --git a/public/Inter-font/Inter-Black.ttf b/public/Inter-font/Inter-Black.ttf new file mode 100644 index 00000000..5aecf7dc Binary files /dev/null and b/public/Inter-font/Inter-Black.ttf differ diff --git a/public/Inter-font/Inter-Bold.ttf b/public/Inter-font/Inter-Bold.ttf new file mode 100644 index 00000000..8e82c70d Binary files /dev/null and b/public/Inter-font/Inter-Bold.ttf differ diff --git a/public/Inter-font/Inter-Light.ttf b/public/Inter-font/Inter-Light.ttf new file mode 100644 index 00000000..9e265d89 Binary files /dev/null and b/public/Inter-font/Inter-Light.ttf differ diff --git a/public/Inter-font/Inter-Medium.ttf b/public/Inter-font/Inter-Medium.ttf new file mode 100644 index 00000000..b53fb1c4 Binary files /dev/null and b/public/Inter-font/Inter-Medium.ttf differ diff --git a/public/Inter-font/Inter-Regular.ttf b/public/Inter-font/Inter-Regular.ttf new file mode 100644 index 00000000..8d4eebf2 Binary files /dev/null and b/public/Inter-font/Inter-Regular.ttf differ diff --git a/public/Inter-font/Inter-SemiBold.ttf b/public/Inter-font/Inter-SemiBold.ttf new file mode 100644 index 00000000..c6aeeb16 Binary files /dev/null and b/public/Inter-font/Inter-SemiBold.ttf differ diff --git a/src/index.css b/src/index.css index b0c8145c..140dc284 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,46 @@ +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-Light.ttf") format("truetype"); + font-weight: 300; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-Regular.ttf") format("truetype"); + font-weight: 400; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-Medium.ttf") format("truetype"); + font-weight: 600; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-SemiBold.ttf") format("truetype"); + font-weight: 700; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-Bold.ttf") format("truetype"); + font-weight: 800; + font-style: normal; + font-display: swap; +} +@font-face { + font-family: "Inter"; + src: url("./Inter-font/Inter-Black.ttf") format("truetype"); + font-weight: 900; + font-style: normal; + font-display: swap; +} + :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5;