Skip to content

Commit

Permalink
feat(typography): update typography font weight to md2 (#6653)
Browse files Browse the repository at this point in the history
  • Loading branch information
peluprvi authored and MajesticPotatoe committed Mar 1, 2019
1 parent bee34ca commit 1f8b620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/styles/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $headings: (
),
'h2': (
'size': 3.75rem,
'weight': 400,
'weight': 300,
'line-height': 3.75rem,
'letter-spacing': -.0083333333em,
'font-family': $heading-font-family
Expand Down Expand Up @@ -163,7 +163,7 @@ $headings: (
),
'overline': (
'size': .625rem,
'weight': 500,
'weight': 400,
'letter-spacing': .1666666667em,
'line-height': 2rem
)
Expand Down

0 comments on commit 1f8b620

Please sign in to comment.