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; +