diff --git a/app/globals.css b/app/globals.css index 548a51d..90a3c45 100644 --- a/app/globals.css +++ b/app/globals.css @@ -15,5 +15,5 @@ body { color: var(--foreground); background: var(--background); - font-family: "Roboto Mono", monospace; + font-family: "JetBrains Mono", monospace; } diff --git a/app/layout.tsx b/app/layout.tsx index 44ac46d..b259189 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { authors: [{ name: 'AderKI' }], openGraph: { title: 'AderKI Blog', - description: 'Welcome to AderKI Blog. There will be posts about science', + description: 'Welcome to AderKI Blog. There will be posts about science', url: 'https://blog.aderk.tech/', images: [ { diff --git a/app/page.tsx b/app/page.tsx index f4fb05b..f306f40 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -25,7 +25,7 @@ const blogposts = [ export default function Home() { return ( -
- 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. +
+ Hello. I am is a programmer, hacker, and gamer. Love comics, coding, read books. There I am posting articles about science and another staff, that’s im like.