Skip to content

Commit

Permalink
Add CSS for bold italicized text
Browse files Browse the repository at this point in the history
  • Loading branch information
gevhaz committed Jan 27, 2025
1 parent 8e7f2ee commit 936c2e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,16 @@ strong {
}

em {
font-style: normal;
font-family: FreeSerif, serif;
font-style: italic;
}

em strong {
font-style: italic;
font-family: FreeSerif, serif;
font-weight: bold;
}

kbd, code {
font-family: Mononoki, monospace;
color: $text-color;
Expand Down

0 comments on commit 936c2e2

Please sign in to comment.