Compare commits

1 Commits

Author SHA1 Message Date
054fc0c4cc 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
2025-12-04 18:54:43 +01:00

View File

@@ -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;