Remove 'system-ui' font family from many elements

This commit is contained in:
2021-09-17 14:59:00 +02:00
committed by GitHub
parent 32bda7f821
commit bc1675d3cb

View File

@@ -24,6 +24,11 @@ SOFTWARE.
@import "../themes/light.css";
/* Change the font to exclude 'system-ui' */
body, .dijitTreeContent, .dijitButtonContents, .feed_title, .title {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* Give main frame a padding */
#headlines-frame {
padding: 10px !important;