diff --git a/frontend/public/fonts/Khula-Bold.ttf b/frontend/public/fonts/Khula-Bold.ttf deleted file mode 100644 index 4dfc076..0000000 Binary files a/frontend/public/fonts/Khula-Bold.ttf and /dev/null differ diff --git a/frontend/public/fonts/Khula-ExtraBold.ttf b/frontend/public/fonts/Khula-ExtraBold.ttf deleted file mode 100644 index 91d5f4e..0000000 Binary files a/frontend/public/fonts/Khula-ExtraBold.ttf and /dev/null differ diff --git a/frontend/public/fonts/Khula-Light.ttf b/frontend/public/fonts/Khula-Light.ttf deleted file mode 100644 index 4da0ab9..0000000 Binary files a/frontend/public/fonts/Khula-Light.ttf and /dev/null differ diff --git a/frontend/public/fonts/Khula-Regular.ttf b/frontend/public/fonts/Khula-Regular.ttf deleted file mode 100644 index db7f065..0000000 Binary files a/frontend/public/fonts/Khula-Regular.ttf and /dev/null differ diff --git a/frontend/public/fonts/Khula-SemiBold.ttf b/frontend/public/fonts/Khula-SemiBold.ttf deleted file mode 100644 index ae403c0..0000000 Binary files a/frontend/public/fonts/Khula-SemiBold.ttf and /dev/null differ diff --git a/frontend/src/index.css b/frontend/src/index.css index b4a4552..209dedb 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -2,42 +2,6 @@ @tailwind components; @tailwind utilities; - -@font-face { - font-family : 'Khula'; - src : url('/fonts/Khula-Regular.ttf') format('truetype'); - font-weight : 400; - font-style : normal; -} - -@font-face { - font-family : 'Khula'; - src : url('/fonts/Khula-Bold.ttf') format('truetype'); - font-weight : 700; - font-style : normal; -} - -@font-face { - font-family : 'Khula'; - src : url('/fonts/Khula-ExtraBold.ttf') format('truetype'); - font-weight : 800; - font-style : normal; -} - -@font-face { - font-family : 'Khula'; - src : url('/fonts/Khula-SemiBold.ttf') format('truetype'); - font-weight : 600; - font-style : normal; -} - -@font-face { - font-family : 'Khula'; - src : url('/fonts/Khula-Light.ttf') format('truetype'); - font-weight : 300; - font-style : normal; -} - :root { font-family: ui-sans-serif, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; @@ -51,10 +15,6 @@ -moz-osx-font-smoothing: grayscale; } -.landing-page { - font-family: 'Khula'; -} - .login-page > div { box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.12); } diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index 96c01e5..ac88fef 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -21,10 +21,10 @@ function LandingPage() { -