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