diff --git a/dashboard/src/3rdparty/Roboto-Bold.ttf b/dashboard/src/3rdparty/Roboto-Bold.ttf new file mode 100644 index 000000000..04582297b Binary files /dev/null and b/dashboard/src/3rdparty/Roboto-Bold.ttf differ diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 665d8f746..ee97c0495 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -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 // ----------------------------