diff --git a/app/globals.css b/app/globals.css index 947a048..548a51d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,10 +1,5 @@ @import "tailwindcss"; -@theme { - --font-sans: var(--font-geist-sans); - --font-mono: var(--font-geist-mono); -} - :root { --background: #ffffff; --foreground: #171717; @@ -20,5 +15,5 @@ body { color: var(--foreground); background: var(--background); - font-family: Arial, Helvetica, sans-serif; + font-family: "Roboto Mono", monospace; } diff --git a/app/page.tsx b/app/page.tsx index 060aaa3..9952503 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,7 @@ import Image from "next/image"; import AnimatedLink from '../components/animatedLink'; import BlogArea from "../components/blogpost"; +import HeaderToolbar from "../components/header/toolbar"; // Mock data for blog posts const blogposts = [ @@ -25,18 +26,24 @@ export default function Home() {
Hello. I am is a programmer, hacker, gamer and otaku. Love comics, coding, read books. There I am posting articles about computer science and another staff, that’s im like.