diff --git a/ui/src/components/TitleBar.vue b/ui/src/components/TitleBar.vue index ceaa9a9..13dec51 100644 --- a/ui/src/components/TitleBar.vue +++ b/ui/src/components/TitleBar.vue @@ -3,7 +3,9 @@
LOGO
-
TITLE
+
+ TITLE +
@@ -31,4 +33,8 @@ export default class TitleBar extends Vue {} .slim { max-width: 0; } + +.thw-font { + font-family: "Lubalin Graph", "Roboto", sans-serif !important; +} \ No newline at end of file