add simple font paragraph style

This commit is contained in:
FarseaSH 2021-09-02 11:32:49 +08:00
parent 400930fcaf
commit 3caa632994

View file

@ -3,6 +3,17 @@ body{
background-color: #f5f5f5; 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{ .jumbotron{
padding-top: 64px; padding-top: 64px;
padding-bottom: 64px; padding-bottom: 64px;