From 60cda31a342f3012253886b853a95913ab789a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=AF=BB?= Date: Wed, 13 Feb 2019 10:34:59 +0800 Subject: [PATCH] font size: 16px --- _sass/_utilities.scss | 7 +++++++ _sass/_variables.scss | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index 87536a45..0a14e5d8 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -468,3 +468,10 @@ a.reversefootnote { color: $danger-color; font-weight: bold; } + +/* + Custom + ========================================================================== */ +.page__content p, .page__content li, .page__content dl { + font-size: 16px !important; +} \ No newline at end of file diff --git a/_sass/_variables.scss b/_sass/_variables.scss index a9b09121..8048c088 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -9,7 +9,7 @@ $doc-font-size : 16; /* paragraph indention */ -$paragraph-indent : false; // true, false (default) +$paragraph-indent : true; // true, false (default) $indent-var : 1.3em; /* system typefaces */