Skip to content

Commit

Permalink
css: Use "normal" font for captions
Browse files Browse the repository at this point in the history
Emojis would be italicized on some browsers, which looked awful.
  • Loading branch information
TheEvilSkeleton committed Jun 29, 2023
1 parent 3f02d5a commit 1d31961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ figure figcaption {
}

figure figcaption p {
font: italic smaller sans-serif;
font: normal smaller sans-serif;
text-wrap: balance;
}

Expand Down

0 comments on commit 1d31961

Please sign in to comment.