Skip to content

Commit

Permalink
Merge pull request #15 from cesarhenrq/qa
Browse files Browse the repository at this point in the history
Feat/font weight 600
  • Loading branch information
cesarhenrq authored Sep 27, 2023
2 parents 3453b1e + ad5d1d3 commit 1933f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/FontWeight.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
type FontWeight = 'normal' | 'bold' | 'lighter';
type FontWeight = 'normal' | 'bold' | 'lighter' | '600';

0 comments on commit 1933f47

Please sign in to comment.