Skip to content

Commit

Permalink
feat(rebranding): font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime committed Feb 16, 2024
1 parent abb28ce commit 142c81e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/andive/src/components/typography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ import PropTypes from 'prop-types'

import * as palette from '../constants/palette'

export const fontWeights = {
regular: 400,
medium: 500,
semiBold: 600
const fontWeights = {
regular: 500,
semiBold: 700
}

export const fontFamily = 'Urbanist'
Expand Down

0 comments on commit 142c81e

Please # to comment.