From 9c66f2ce89d60745b9b61d33f12be75a48516126 Mon Sep 17 00:00:00 2001 From: Gianni Ferullo Date: Tue, 25 Jul 2023 11:08:31 -0700 Subject: [PATCH] react-components: remove ref to fontFamily in brand package --- packages/react-components/src/components/fetch-error.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-components/src/components/fetch-error.tsx b/packages/react-components/src/components/fetch-error.tsx index 0912e207..24195f2d 100644 --- a/packages/react-components/src/components/fetch-error.tsx +++ b/packages/react-components/src/components/fetch-error.tsx @@ -1,5 +1,5 @@ import styled from '@emotion/styled' -import { fontFamily, giphyBlue, giphyLightGrey } from '@giphy/colors' +import { giphyBlue, giphyLightGrey } from '@giphy/colors' import React, { SyntheticEvent } from 'react' const Message = styled.div` @@ -7,7 +7,7 @@ const Message = styled.div` display: flex; justify-content: center; margin: 30px 0; - font-family: ${fontFamily.body}; + font-family: interface, Helvetica Neue, helvetica, sans-serif; font-size: 16px; font-weight: 600; a {