Skip to content

Commit

Permalink
fix: fix typography variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Sep 18, 2018
1 parent 3a0d23b commit 403588c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/themes/minima/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export const typography = {
} as TypographyConfig,
headline: {
fontSize: 24,
fontWeight: 500,
fontWeight: 400,
letterSpacing: 0
} as TypographyConfig,
title: {
fontSize: 20,
fontWeight: 400,
fontWeight: 500,
letterSpacing: 0.15
} as TypographyConfig,
subheading: {
Expand Down

0 comments on commit 403588c

Please sign in to comment.