MediaWiki:Common.css: Difference between revisions

From Knowledge-land-scape
No edit summary
No edit summary
 
(One intermediate revision 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';
}