Skip to content

Commit

Permalink
fix: Remove YSText from font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Oct 14, 2023
1 parent 9a73523 commit 02108ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Mark/Mark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.dc-mark {
display: inline-block;
font-family: 'YS Text', sans-serif;
font-weight: bold;
line-height: 1;

Expand Down
2 changes: 1 addition & 1 deletion src/themes/common/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import './dark-hc';

.g-root {
--g-font-family-sans: 'YS Text', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
--g-font-family-sans: 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;

--g-text-header-font-weight: 500;
--g-text-subheader-font-weight: 500;
Expand Down

0 comments on commit 02108ac

Please sign in to comment.