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

jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git


The following commit(s) were added to refs/heads/docusaurus by this push:
     new 6887002fb9 optimize: change font-family and change size (#888)
6887002fb9 is described below

commit 6887002fb9f8e89200307a9e08fa64465fa0328c
Author: Max Base <maxbasec...@gmail.com>
AuthorDate: Mon Sep 16 07:25:58 2024 +0330

    optimize: change font-family and change size (#888)
---
 src/pages/home/introduction/index.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/home/introduction/index.scss 
b/src/pages/home/introduction/index.scss
index 216cb76a3a..8456da644f 100644
--- a/src/pages/home/introduction/index.scss
+++ b/src/pages/home/introduction/index.scss
@@ -26,8 +26,8 @@
         word-break: break-word;
       }
       p {
-        font-family: sans-serif;
-        font-size: 20px;
+        font-family: Avenir-Medium;
+        font-size: 19px;
         color: black;
       }
       ul {
@@ -74,4 +74,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}


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

Reply via email to