From e73a5ba2587921a0c04c767c0e25db9d79202298 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Fri, 13 Apr 2018 11:52:06 +0100 Subject: [PATCH] Added support do em and string --- assets/styles/base/_typography.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; }