Skip to content

Commit

Permalink
Add justify to body typographies (#505)
Browse files Browse the repository at this point in the history
fix #490: add justify to body typographies
  • Loading branch information
Matushl authored Nov 24, 2024
1 parent aa52d4c commit fec541f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,17 @@ const _theme = createTheme({
body1: {
...font.style,
fontWeight: 400,
textAlign: 'justify',
},
body2: {
...font.style,
fontWeight: 400,
textAlign: 'justify',
},
body3: {
...font.style,
fontWeight: 400,
textAlign: 'justify',
},
button1: {
...font.style,
Expand Down Expand Up @@ -163,6 +166,7 @@ const _theme = createTheme({
postBody: {
...font.style,
fontWeight: 400,
textAlign: 'justify',
},
postDate: {
...font.style,
Expand Down

0 comments on commit fec541f

Please sign in to comment.