From 054fc0c4cc1a9c26510f9fe7c2a4961b5ca7a337 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 4 Dec 2025 18:54:43 +0100 Subject: [PATCH] Use local fonts instead of google's one --- assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css index bcabb7e..aef11ec 100644 --- a/assets/css/bootstrap.css +++ b/assets/css/bootstrap.css @@ -11,7 +11,7 @@ * Copyright 2011-2024 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ -@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap"); +@import url("/assets/robotfont/font.css"); :root, [data-bs-theme=light] { --bs-blue: #2a9fd6;