diff --git a/ui/app/flag.tsx b/ui/app/flag.tsx
index fd5f1dbb5..5db07ebbf 100644
--- a/ui/app/flag.tsx
+++ b/ui/app/flag.tsx
@@ -260,9 +260,9 @@ export default function Flag({ iso3, name }: { iso3: string; name: string }) {
const iso2 = (iso3to2[iso3.toUpperCase()] || "").toLowerCase();
return
+ />
}
diff --git a/ui/app/layout.tsx b/ui/app/layout.tsx
index 1ef034969..6984b6324 100644
--- a/ui/app/layout.tsx
+++ b/ui/app/layout.tsx
@@ -1,5 +1,5 @@
import type { Metadata } from "next";
-import { Geist, Geist_Mono } from "next/font/google";
+import { Geist, Geist_Mono, DM_Sans } from "next/font/google";
import "./globals.css";
import Head from "next/head";
@@ -13,6 +13,11 @@ const geistMono = Geist_Mono({
subsets: ["latin"],
});
+const dmSans = DM_Sans({
+ variable: "--font-dm-sans",
+ subsets: ["latin"],
+});
+
export const metadata: Metadata = {
title: "Milano Cortina 2026 Winter Olympics Calendar",
description: "Made with ❤️ by Fabrice Lamant",
@@ -29,7 +34,7 @@ export default function RootLayout({
This website uses cookies for statistics purposes and to enhance the user experience.
+ + +This website uses cookies for statistics purposes and to enhance the user experience.
- - -