diff --git a/src/discussions/common/AuthorLabel.jsx b/src/discussions/common/AuthorLabel.jsx index 733cc481..b694e057 100644 --- a/src/discussions/common/AuthorLabel.jsx +++ b/src/discussions/common/AuthorLabel.jsx @@ -99,7 +99,7 @@ const AuthorLabel = ({ {postCreatedAt && ( - + {intl.formatMessage(isQuestion ? messages.answer : messages.endorsed)} diff --git a/src/index.scss b/src/index.scss index c8f95c3f..9720906f 100755 --- a/src/index.scss +++ b/src/index.scss @@ -65,10 +65,6 @@ $fa-font-path: "~font-awesome/fonts"; font-style: normal; } -.font-family-inter { - font-family: "Inter"; -} - .post-footer-icon-dimentions { width: 32px !important; height: 32px !important; @@ -277,7 +273,6 @@ header { header { line-height: 28px; - font-family: Inter, Helvetica Neue, Arial, sans-serif; font-size: 18px; height: 60px; @@ -314,7 +309,6 @@ header { #courseTabsNavigation { font-size: 18px; - font-family: Inter, Helvetica Neue, Arial, sans-serif; .container-xl { font-size: 1.125rem; @@ -476,7 +470,6 @@ header { } .font-style { - font-family: "Inter"; font-style: normal; }