More actions
Reverted font Tag: Manual revert |
No edit summary |
||
| Line 2: | Line 2: | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); | ||
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,401,500,501,700,701,900,901&display=swap'); | |||
html, body { | html, body { | ||
font-family: ' | font-family: 'Satoshi', sans-serif !important; | ||
background-color:#FFFFFF!important; | background-color:#FFFFFF!important; | ||
} | } | ||
Revision as of 10:03, 2 April 2025
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,401,500,501,700,701,900,901&display=swap');
html, body {
font-family: 'Satoshi', sans-serif !important;
background-color:#FFFFFF!important;
}
.mw-first-heading, .mw-headline {
font-family: 'Inter', sans-serif !important;
font-weight:bold;
}
#footer-places {
display:none;
}
.wikitable {
margin:0px!important;
}
.infobox-right {
float:right;
clear: both;
margin-left:20px !important;
}