From ef89d24f64a19662a32cb6359e617a1413cb3b44 Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:02:57 +0530 Subject: [PATCH] fgsd --- index.html | 12 +++++------- src/grid.css | 5 +++++ src/input.css | 1 + 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0a7d6aed31..f29127e800 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,8 @@ - - + + @@ -94,7 +92,7 @@ - +
@@ -115,8 +113,8 @@
-
-

Work

+
+

Work

Assistant Administrative

Veecrew Market Research Pvt. Ltd.
diff --git a/src/grid.css b/src/grid.css index 1765f749b4..da07ebf58f 100644 --- a/src/grid.css +++ b/src/grid.css @@ -9,6 +9,11 @@ font-weight: 400; font-style: normal; } +.alata-regular { + font-family: "Alata", sans-serif; + font-weight: 400; + font-style: normal; +} main { font-size: 1.5em; diff --git a/src/input.css b/src/input.css index b5c61c9567..a90f0749c7 100644 --- a/src/input.css +++ b/src/input.css @@ -1,3 +1,4 @@ @tailwind base; @tailwind components; @tailwind utilities; +