diff --git a/public/fonts/Mont-Black.ttf b/public/fonts/Mont-Black.ttf new file mode 100644 index 0000000..a1cb8f1 Binary files /dev/null and b/public/fonts/Mont-Black.ttf differ diff --git a/src/app/(dashboard)/home/page.js b/src/app/(dashboard)/home/page.js index d8ca90b..94b74e1 100644 --- a/src/app/(dashboard)/home/page.js +++ b/src/app/(dashboard)/home/page.js @@ -8,7 +8,7 @@ export default function Home() { className="bg-white dark:bg-black pl-28 dark:text-white pt-28 overflow-hidden" style={{ height: "calc(100vh - 3.75rem" }} > -
+
Build{" "}
A visual hub for your entire project.
-
+
Model anything from a product{" "} roadmap to a{" "} @@ -36,7 +36,7 @@ export default function Home() {
-
diff --git a/src/app/globals.css b/src/app/globals.css index b5c61c9..74460d2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,3 +1,8 @@ @tailwind base; @tailwind components; @tailwind utilities; + +@font-face { + font-family: "Mont"; + src: url("/fonts/Mont-Black.ttf"); +}