Difference between revisions of "MediaWiki:Monobook.css"

From Verge3D Wiki
Jump to navigationJump to search
m
Line 6: Line 6:
#globalWrapper {
#globalWrapper {
     font-size: 140%;
     font-size: 140%;
}
@font-face {
    font-family: 'Pontano Sans';
    src: url('/docs/files/fonts/pontano_sans.woff') format('woff');
}
}

Revision as of 14:03, 5 October 2022

/* All CSS here will be loaded for users of the MonoBook skin */
.portlet h3 {
    text-transform: none;
}

#globalWrapper {
    font-size: 140%;
}

@font-face {
    font-family: 'Pontano Sans';
    src: url('/docs/files/fonts/pontano_sans.woff') format('woff');
}