diff --git a/src/components/SideMenu/styled.elements.ts b/src/components/SideMenu/styled.elements.ts index 7da4da01..55846434 100644 --- a/src/components/SideMenu/styled.elements.ts +++ b/src/components/SideMenu/styled.elements.ts @@ -16,7 +16,7 @@ export const OperationBadge = styled.span.attrs((props: { type: string }) => ({ background-repeat: no-repeat; background-position: 6px 4px; font-size: 7px; - font-family: Verdana; // web-safe + font-family: Verdana, sans-serif; // web-safe color: white; text-transform: uppercase; text-align: center;