MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: body{ background-color: arena; }" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family: 'Nunacomu'; | |||
url('/wiki/fonts/Nunacomu.ttf') format('truetype'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
.nunacomu { | |||
font-family: 'Nunacomu'; | |||
} | } | ||
Latest revision as of 10:02, 14 October 2024
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Nunacomu';
url('/wiki/fonts/Nunacomu.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.nunacomu {
font-family: 'Nunacomu';
}