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; +}