Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjcai committed Nov 3, 2023
1 parent 7c128fd commit 03af2c0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/styles/fonts.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import styled from 'styled-components/native';

export const Heading1 = styled.Text`
font-family: public-sans;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
font-family: public-sans;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
`;

export const Heading4 = styled.Text`
font-family: public-sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
`;
font-family: public-sans;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
`;

0 comments on commit 03af2c0

Please sign in to comment.