diff --git a/assets/styles/base/_typography.scss b/assets/styles/base/_typography.scss index 1bf5b35..182da70 100644 --- a/assets/styles/base/_typography.scss +++ b/assets/styles/base/_typography.scss @@ -3,10 +3,15 @@ h2, h3, h4, h5, -h6 { +h6, +strong { font-weight: bold; } +em { + font-style: italic; +} + small { font-size: .75em; }