This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new bde08613 style: raise body font-family priority
bde08613 is described below

commit bde08613a7c167b0b8ef8317444840de02f7ab47
Author: Zhongxiang Wang <[email protected]>
AuthorDate: Sat Nov 8 02:17:58 2025 +0800

    style: raise body font-family priority
    
    Raise font-family priority of body to prevent subpage overriding.
---
 _scss/main.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_scss/main.scss b/_scss/main.scss
index 836b57c0..bf8e3c61 100644
--- a/_scss/main.scss
+++ b/_scss/main.scss
@@ -49,7 +49,8 @@
 html {
     height: 100%;
 }
-body {
+/* raise font-family priority of body to prevent subpage overriding */
+html body {
     font-family: 'Open Sans', "PingFang SC", Helvetica, Arial, sans-serif;
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to