Skip to content

Commit

Permalink
fix footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Jun 19, 2023
1 parent e93d462 commit 85b6c47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/services/theme/reearthTheme/common/fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,12 @@ export const FootnoteRegular = styled.p`
font-family: ${fontFamilies};
font-size: ${fontSizes.footnote}px;
font-weight: ${fontWeights.regular};
font-style: italic;
`;

export const XFootnoteRegular = styled.p`
font-family: ${fontFamilies};
font-size: ${fontSizes.xFootnote}px;
font-weight: ${fontWeights.regular};
font-style: italic;
`;

type Typography = {
Expand Down

0 comments on commit 85b6c47

Please sign in to comment.