MediaWiki:Common.css: Difference between revisions
No edit summary |
Add new font - test 1 |
||
| 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'; | |||
color: red; | |||
} | |||
Revision as of 09:55, 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';
color: red;
}