Skip to content

Commit

Permalink
Merge branch 'main' of github.com:calblueprint/shanti-project into ke…
Browse files Browse the repository at this point in the history
…vincai/submit_order
  • Loading branch information
kevinjcai committed Nov 3, 2023
2 parents ec032ce + b397672 commit 7c128fd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/styles/fonts.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
const FONTS = {};
import styled from 'styled-components/native';

export default FONTS;
export const Heading1 = styled.Text`
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;
`;

0 comments on commit 7c128fd

Please sign in to comment.