diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-10-01 13:35:34 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-10-01 14:46:37 +0200 |
commit | 5fc51693aca783ce8a2f04919dfa16991def1d16 (patch) | |
tree | 24ef39c0666c9c942f36fe908bfdff0c6e6244a0 /themes/luci-theme-material/htdocs/luci-static/material/cascade.css | |
parent | 24cf28b5ec148bc29d2d150e94f8928d96c1d1e6 (diff) |
luci-theme-material: make font configurable
Move font selection into custom.css
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/cascade.css')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 8fa45d9809..d997bcfffd 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -125,7 +125,7 @@ html, body { margin: 0px; padding: 0px; height: 100%; - font-family: Microsoft Yahei, WenQuanYi Micro Hei, sans-serif, "Helvetica Neue", Helvetica, Hiragino Sans GB; + font-family: var(--font-body, "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB"); } select { |