Skip to content

Commit

Permalink
fix: title font display in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroor committed May 9, 2024
1 parent c80b967 commit bee2a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Contain/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
&__title {
font-size: 36px;
font-weight: bold;
font-weight: normal;
font-style: normal;
font-family: 'bi';
margin-bottom: 15px;
color: var(--nav-header-color);
Expand Down

0 comments on commit bee2a51

Please sign in to comment.