MediaWiki:Common.css: Difference between revisions
From Wikibundi
(Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: 'Arbundi'; src: URL('https://arbundi.eu/arb1.ttf') format('truetype'); }") |
No edit summary Tag: Reverted |
||
Line 3: | Line 3: | ||
font-family: 'Arbundi'; | font-family: 'Arbundi'; | ||
src: URL('https://arbundi.eu/arb1.ttf') format('truetype'); | src: URL('https://arbundi.eu/arb1.ttf') format('truetype'); | ||
} | |||
body { | |||
font-family: 'Arbundi'; | |||
} | } |
Revision as of 18:35, 3 February 2024
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Arbundi';
src: URL('https://arbundi.eu/arb1.ttf') format('truetype');
}
body {
font-family: 'Arbundi';
}