Skip to content

Commit

Permalink
fix: remove forced inter font
Browse files Browse the repository at this point in the history
  • Loading branch information
xitij2000 committed Sep 1, 2023
1 parent c613e83 commit ebad8af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/discussions/common/AuthorLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const AuthorLabel = ({
{postCreatedAt && (
<span
title={postCreatedAt}
className={classNames('font-family-inter align-content-center', {
className={classNames('align-content-center', {
'text-white': alert,
'text-gray-500': !alert,
})}
Expand Down
2 changes: 1 addition & 1 deletion src/discussions/common/EndorsedAlertBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const EndorsedAlertBanner = ({
height: '20px',
}}
/>
<strong className="ml-2 font-family-inter">
<strong className="ml-2">
{intl.formatMessage(isQuestion ? messages.answer : messages.endorsed)}
</strong>
</div>
Expand Down
4 changes: 0 additions & 4 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
font-style: normal !important;
}

.font-family-inter {
font-family: "Inter";
}

.post-footer-icon-dimentions {
width: 32px !important;
height: 32px !important;
Expand Down

0 comments on commit ebad8af

Please sign in to comment.