From 9bc91500d09e4bf5428cfcd3e11f225a749cfb2e Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Tue, 28 Jul 2020 16:05:17 +0200 Subject: [PATCH] fix font setting for p elements --- assets/sass/_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index cd6972f..71f5ba5 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -13,4 +13,8 @@ code { color: $blue; -} \ No newline at end of file +} + +p { + font-family: $font-family-sans-serif; +}