diff --git a/frontend/assets/styles/main.css b/frontend/assets/styles/main.css index e69de29..13e60d9 100644 --- a/frontend/assets/styles/main.css +++ b/frontend/assets/styles/main.css @@ -0,0 +1,45 @@ +/* Inter */ + +@font-face { + font-family: "Inter"; + src: url("/fonts/Inter-Regular.woff2") format("woff"); + font-weight: 400; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Inter"; + src: url("/fonts/Inter-Bold.woff2") format("woff"); + font-weight: 700; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Inter"; + src: url("/fonts/Inter-SemiBold.woff2") format("woff"); + font-weight: 600; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Inter"; + src: url("/fonts/Inter-Medium.woff2") format("woff"); + font-weight: 500; + font-style: normal; + font-display: swap; +} + +@font-face { + font-family: "Inter"; + src: url("/fonts/Inter-Light.woff2") format("woff"); + font-weight: 300; + font-style: normal; + font-display: swap; +} + +html { + font-family: -apple-system, "Inter", 'Arial', sans-serif; +} diff --git a/frontend/public/fonts/Inter-Bold.woff2 b/frontend/public/fonts/Inter-Bold.woff2 new file mode 100644 index 0000000..0f1b157 Binary files /dev/null and b/frontend/public/fonts/Inter-Bold.woff2 differ diff --git a/frontend/public/fonts/Inter-Light.woff2 b/frontend/public/fonts/Inter-Light.woff2 new file mode 100644 index 0000000..dbe6143 Binary files /dev/null and b/frontend/public/fonts/Inter-Light.woff2 differ diff --git a/frontend/public/fonts/Inter-Medium.woff2 b/frontend/public/fonts/Inter-Medium.woff2 new file mode 100644 index 0000000..0fd2ee7 Binary files /dev/null and b/frontend/public/fonts/Inter-Medium.woff2 differ diff --git a/frontend/public/fonts/Inter-Regular.woff2 b/frontend/public/fonts/Inter-Regular.woff2 new file mode 100644 index 0000000..b8699af Binary files /dev/null and b/frontend/public/fonts/Inter-Regular.woff2 differ diff --git a/frontend/public/fonts/Inter-SemiBold.woff2 b/frontend/public/fonts/Inter-SemiBold.woff2 new file mode 100644 index 0000000..95c48b1 Binary files /dev/null and b/frontend/public/fonts/Inter-SemiBold.woff2 differ