From a01b7288896536bbb4d5d3a016996a6d2e12287f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:30:57 +0000 Subject: [PATCH] slightly less code --- ui/src/sass/fonts.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/sass/fonts.scss b/ui/src/sass/fonts.scss index 8c63643..f2a5911 100644 --- a/ui/src/sass/fonts.scss +++ b/ui/src/sass/fonts.scss @@ -88,6 +88,7 @@ // THW Citation font .thw-citation-font { - font-family: "Neue Demos", serif !important; + @extend .thw-text-font; + font-style: italic !important; } \ No newline at end of file