From 4994de96156bf87ba80525de6d48342284d2e524 Mon Sep 17 00:00:00 2001 From: Ihor Romaniuk Date: Wed, 8 Nov 2023 13:43:18 +0200 Subject: [PATCH] fix: unify font-family with paragon component styles (#598) --- src/discussions/common/AuthorLabel.jsx | 2 +- src/discussions/common/EndorsedAlertBanner.jsx | 2 +- src/index.scss | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/discussions/common/AuthorLabel.jsx b/src/discussions/common/AuthorLabel.jsx index cd70f1dd9..de673bf99 100644 --- a/src/discussions/common/AuthorLabel.jsx +++ b/src/discussions/common/AuthorLabel.jsx @@ -100,7 +100,7 @@ const AuthorLabel = ({ {postCreatedAt && ( - + {intl.formatMessage(isQuestion ? messages.answer : messages.endorsed)} diff --git a/src/index.scss b/src/index.scss index 613e10cd7..3fe9fa88e 100755 --- a/src/index.scss +++ b/src/index.scss @@ -65,10 +65,6 @@ $fa-font-path: "~font-awesome/fonts"; font-style: normal !important; } -.font-family-inter { - font-family: "Inter"; -} - .post-footer-icon-dimensions { width: 32px !important; height: 32px !important; @@ -278,7 +274,6 @@ header { header { line-height: 28px; - font-family: Inter, Helvetica Neue, Arial, sans-serif; font-size: 18px !important; .user-dropdown { @@ -314,7 +309,6 @@ header { #courseTabsNavigation { font-size: 18px !important; - font-family: Inter, Helvetica Neue, Arial, sans-serif; z-index: 3; background-color: #fff; @@ -479,7 +473,6 @@ header { } .font-style { - font-family: "Inter"; font-style: normal; }