Skip to content

Commit 27f94a0

Browse files
fix stylelint issues
1 parent e6bd4cc commit 27f94a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/helpcenter/HelpCenterMenuContent.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ onMounted(async () => {
626626
627627
.section-description {
628628
color: var(--color-stone-100);
629-
font-family: Inter;
629+
font-family: var(--font-inter);
630630
font-size: 12px;
631631
font-style: normal;
632632
font-weight: 700;
@@ -658,7 +658,7 @@ onMounted(async () => {
658658
.release-date {
659659
height: 16px;
660660
color: var(--text-secondary);
661-
font-family: Inter;
661+
font-family: var(--font-inter);
662662
font-size: 12px;
663663
font-style: normal;
664664
font-weight: 400;

0 commit comments

Comments
 (0)