MediaWiki:Common.css: Difference between revisions

From Knowledge-land-scape
Add new font - test 1
No edit summary
 
Line 10: Line 10:
.nunacomu {
.nunacomu {
     font-family: 'Nunacomu';
     font-family: 'Nunacomu';
    color: red;
}
}

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';
}