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

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7180c29559d (fix) fix font missing bug (#260)
7180c29559d is described below

commit 7180c29559d6692a1367161a583e5c01d4ecf7b8
Author: Jeffrey <color.d...@gmail.com>
AuthorDate: Tue Jul 4 11:27:47 2023 +0800

    (fix) fix font missing bug (#260)
---
 src/scss/_variables.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
index a67610ee828..a164e7eb344 100644
--- a/src/scss/_variables.scss
+++ b/src/scss/_variables.scss
@@ -1,4 +1,4 @@
-html[lang="zh-CN"] {
+html[lang="zh-Hans-CN"] {
     --ifm-font-family-base: 'Noto Sans SC',
         'Source Sans Pro',
         'Helvetica Neue',
@@ -7,7 +7,7 @@ html[lang="zh-CN"] {
         sans-serif;
 }
 
-html[lang="en"] {
+html[lang="en-US"] {
     --ifm-font-family-base: 'Montserrat',
         'Source Sans Pro',
         'Helvetica Neue',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to