Skip to content

Commit

Permalink
feat(@lapidist/button): default fault -> Montserrat
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdorrans committed Dec 3, 2019
1 parent 4c9921b commit 4b38380
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/design-tokens/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,13 @@ export const position = (position: Position | 'fill-parent'): string => {
};

export const fontFamilyRegular = (): string =>
`font-family: 'SofiaProRegular', sans-serif`;
`font-family: 'Montserrat'; sans-serif; font-weight: 400`;

export const fontFamilyMedium = (): string =>
`font-family: 'Montserrat', sans-serif; sans-serif; font-weight: 600`;

export const fontFamilyBold = (): string =>
`font-family: 'SofiaProBold', sans-serif`;
`font-family: 'Montserrat', sans-serif; sans-serif; font-weight: 700`;

export const fontSizeExtraSmall = (): string =>
`font-size: ${defaultTheme.sizing.xs}`;
Expand Down

0 comments on commit 4b38380

Please sign in to comment.