Common.css: Difference between revisions
From Project DIVA Addict
Added Kanit for normal text |
Added Kanit size |
||
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-weight: 300; } | body { font-family: Kanit, sans-serif; font-size: 1em; font-weight: 300; } |
Revision as of 07:12, 12 January 2021
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap'); body { font-family: Kanit, sans-serif; font-size: 1em; font-weight: 300; }