Use local fonts instead of google's one
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-12-04 18:54:43 +01:00
parent 3d19a0eba2
commit 054fc0c4cc

View File

@@ -11,7 +11,7 @@
* Copyright 2011-2024 The Bootstrap Authors * Copyright 2011-2024 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) * 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, :root,
[data-bs-theme=light] { [data-bs-theme=light] {
--bs-blue: #2a9fd6; --bs-blue: #2a9fd6;