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 18183c0f set `font-display` to `swap`
18183c0f is described below

commit 18183c0fc1d82a29f2ea9d81e0b93c3e920b3dc3
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Sat Jan 20 22:12:15 2024 +0800

    set `font-display` to `swap`
---
 _scss/main.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_scss/main.scss b/_scss/main.scss
index 47180c13..fbc04da4 100644
--- a/_scss/main.scss
+++ b/_scss/main.scss
@@ -22,6 +22,7 @@
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
+    font-display: swap;
     src: url(font/OpenSans-Regular.ttf) format('truetype');
 }
 
@@ -29,6 +30,7 @@
     font-family: 'Open Sans';
     font-style: bold;
     font-weight: 800;
+    font-display: swap;
     src: url(font/OpenSans-Bold.ttf) format('truetype');
 }
 


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

Reply via email to