From 042f5f6b1803eb4d9053624453363b446bdf4e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sun, 11 Sep 2022 22:44:27 +0000 Subject: [PATCH] THW font for title --- ui/src/components/TitleBar.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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