From 3caa632994e7009fa780414925081acf267c4067 Mon Sep 17 00:00:00 2001 From: FarseaSH <yy_shao@outlook.com> Date: Thu, 2 Sep 2021 11:32:49 +0800 Subject: [PATCH] add simple font paragraph style --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 880f557..5288793 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,6 +3,17 @@ body{ background-color: #f5f5f5; } +.pure-g [class*=pure-u]{ + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important; + font-weight: normal; + font-size: 16px; + line-height: 24px; +} + +p{ + margin-top: 0; +} + .jumbotron{ padding-top: 64px; padding-bottom: 64px;