Skip to content

Commit 93d3d1b

Browse files
committed
remove roboto font
1 parent 5594a34 commit 93d3d1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/common/components/card/card.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export const CardComponent: React.FC<CardComponentProps> = (props) => {
6565
aria-label={canRenderTitle ? undefined : title}
6666
heap-ignore="true"
6767
className={clsx(
68-
MonoFont.className,
6968
styles.card,
7069
options && options.fullWidth && styles.card__hasFullWidth,
7170
options && options.fullHeight && styles.card__hasFullHeight

0 commit comments

Comments
 (0)