mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
update font weight
This commit is contained in:
parent
56e8ad5b0d
commit
08bdca532a
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ const data = Astro.props;
|
|||
"Open Sans",
|
||||
"Helvetica Neue";
|
||||
color: inherit;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 1.34rem;
|
||||
line-height: 1.6;
|
||||
display: -webkit-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue