diff --git a/Website/app/fonts/Blanka.otf b/Website/app/fonts/Blanka.otf new file mode 100644 index 0000000..2a67ff2 Binary files /dev/null and b/Website/app/fonts/Blanka.otf differ diff --git a/Website/app/fonts/Droidiga.otf b/Website/app/fonts/Droidiga.otf new file mode 100644 index 0000000..ded581c Binary files /dev/null and b/Website/app/fonts/Droidiga.otf differ diff --git a/Website/app/globals.css b/Website/app/globals.css index 2574518..790e21c 100644 --- a/Website/app/globals.css +++ b/Website/app/globals.css @@ -2,6 +2,20 @@ @tailwind components; @tailwind utilities; +@font-face { + font-family: 'blanka'; + src: url('./fonts/Blanka.otf') format('opentype'); +} +@font-face { + font-family: 'drodiga'; + src: url('./fonts/Droidiga.otf') format('opentype'); +} +.blanka { + font-family: 'blanka'; +} +.droidiga{ + font-family: 'drodiga'; +} /* :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220; diff --git a/Website/app/layout.tsx b/Website/app/layout.tsx index bc51a58..3d1608e 100644 --- a/Website/app/layout.tsx +++ b/Website/app/layout.tsx @@ -21,7 +21,7 @@ export default function RootLayout({ return (
+ className={`bg-gradient-to-br from-white/60 via-violet-200 to-white dark:from-black dark:via-violet-800/25 dark:to-gray-950/60 duration-1000 ${switchThemeDuration}`}>