Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add justify to body typographies #505

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix #490: add justify to body typographies
  • Loading branch information
Matushl committed Nov 24, 2024
commit d9700af4d9e31bd3871c2a939314ac2788fb91ac
4 changes: 4 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
@@ -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,
@@ -163,6 +166,7 @@ const _theme = createTheme({
postBody: {
...font.style,
fontWeight: 400,
textAlign: 'justify',
},
postDate: {
...font.style,
Loading