diff --git a/files/style.css b/files/style.css index 2919c1c..05aea84 100644 --- a/files/style.css +++ b/files/style.css @@ -18,7 +18,7 @@ html, body { image-rendering: -webkit-optimize-contrast; image-rendering: crisp- .g11b { font-family: Galmuri11, serif; font-weight: 700; font-size: 24px; } .g9 { font-family: Galmuri9, serif; font-weight: 400; font-size: 20px; } .g7 { font-family: Galmuri7, serif; font-weight: 400; font-size: 16px; } -ul { list-style-type: square; font-size: 18px; } +ul { list-style-type: square; font-size: 20px; font-family: Galmuri9, sans-serif; } h3 { font-size: 24px; } p, li, .btns { line-height: 1.5; width: 62.5%; } p:first-child { margin-top: -12px; }