Skip to content

Commit

Permalink
fix #490: add justify to body typographies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Nov 24, 2024
1 parent 2b90a89 commit d9700af
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 d9700af

Please sign in to comment.