Missed font change on a few classes

This commit is contained in:
2021-09-18 01:53:44 +02:00
committed by GitHub
parent bc1675d3cb
commit f5c80c59ec

View File

@@ -24,8 +24,8 @@ SOFTWARE.
@import "../themes/light.css"; @import "../themes/light.css";
/* Change the font to exclude 'system-ui' */ /* Change the font to not use 'system-ui' */
body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title { body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title, .counterNode, .dijitMenuItemLabel {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
} }