dashboard: make real Roboto Bold font-face available

This commit is contained in:
Johannes Zellner
2024-02-23 19:38:22 +01:00
parent 7a0b74d79b
commit 8e4506382d
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -65,6 +65,12 @@ $state-danger-border: $brand-danger;
src: url(3rdparty/Roboto-Light.ttf);
}
@font-face {
font-family: Roboto;
font-weight: 700;
src: url(3rdparty/Roboto-Bold.ttf);
}
// ----------------------------
// Bootstrap extension
// ----------------------------