Actions

MediaWiki

Common.css: Difference between revisions

From Project DIVA Addict

Reduced Kanit size from 1.5em to 1.25em
Added li, td, and th
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.25em; font-weight: 300; }
body { font-family: Kanit, sans-serif; font-weight: 300; }
p { font-size: 1.25em; }
body p li td th { font-size: 1.25em; }

Revision as of 07:23, 12 January 2021

@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

body { font-family: Kanit, sans-serif; font-weight: 300; }
body p li td th { font-size: 1.25em; }