diff --git a/bun.lockb b/bun.lockb
index 0984245..21725cb 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 6efe5b5..cc0448b 100644
--- a/package.json
+++ b/package.json
@@ -44,9 +44,11 @@
"@fontsource/geist-mono": "^5.0.2",
"@fontsource/geist-sans": "^5.0.2",
"@fontsource/merriweather": "^5.0.12",
+ "@fontsource/noto-color-emoji": "^5.0.26",
"@fontsource/zilla-slab": "^5.0.12",
"bits-ui": "^0.21.2",
"clsx": "^2.1.0",
+ "country-flag-icons": "^1.5.10",
"marked": "^12.0.1",
"marked-alert": "^2.0.1",
"marked-katex-extension": "^5.0.1",
diff --git a/src/lib/app.css b/src/lib/app.css
index f7bc66f..bce41fd 100644
--- a/src/lib/app.css
+++ b/src/lib/app.css
@@ -76,6 +76,20 @@
}
body {
@apply bg-background text-foreground;
+ font-family:
+ Geist Sans,
+ system-ui,
+ -apple-system,
+ BlinkMacSystemFont,
+ 'Segoe UI',
+ Roboto,
+ Oxygen,
+ Ubuntu,
+ Cantarell,
+ 'Open Sans',
+ 'Helvetica Neue',
+ sans-serif,
+ 'Noto Color Emoji';
}
}
diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte
index 9e1e37f..62831c6 100644
--- a/src/lib/components/Footer.svelte
+++ b/src/lib/components/Footer.svelte
@@ -1,9 +1,10 @@
-
-