From 460e3a2726814133f5eea91ee3d7cd5d60afb951 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Sun, 29 Sep 2024 11:09:17 +0200 Subject: [PATCH] Import the same font used by labs, for consistency --- src/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/global.css b/src/global.css index fbcbf97..e0a7f61 100644 --- a/src/global.css +++ b/src/global.css @@ -1,4 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap'); + body { + font-family: Archivo, sans-serif; margin: 0; }