Common.css: Difference between revisions
From Project DIVA Addict
Added <p> specifier |
Reduced Kanit size from 1.5em to 1.25em |
||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap'); | ||
body { font-family: Kanit, sans-serif; font-size: 1. | body { font-family: Kanit, sans-serif; font-size: 1.25em; font-weight: 300; } | ||
p { font-size: 1. | p { font-size: 1.25em; } |
Revision as of 07:20, 12 January 2021
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap'); body { font-family: Kanit, sans-serif; font-size: 1.25em; font-weight: 300; } p { font-size: 1.25em; }