diff --git a/assets/css/theme.css b/assets/css/theme.css index 3427b0f..b5b1013 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -82,6 +82,16 @@ b, strong { font-family: 'Manrope SemiBold', sans-serif; font-weight: bold; + font-size: inherit; + font-style: inherit; +} + +i, +em { + font-family: inherit; + font-weight: inherit; + font-style: italic; + font-size: inherit; } .centered { @@ -175,4 +185,4 @@ img { margin: 1rem 5%; border-radius: .5rem; box-shadow: 0 1rem 2rem var(--grey1); -} \ No newline at end of file +}