From 20d782aca7f4225f135a79816f3982e429ebcd2d Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 10 Aug 2020 11:10:56 +0200 Subject: [PATCH] forcing font-family overriden some other css classes s --- .../semantic-ui/less/invenio_theme_tugraz/overrides.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less index 7e71aaa..b698873 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less @@ -81,6 +81,12 @@ forcing the font changes .ui.items>.item>.content>.header { font-family: "Source Sans Pro"; } + .ui.menu{ + font-family: "Source Sans Pro"; + } + .ui.header { + font-family: "Source Sans Pro"; + } /*** search.button **/