MediaWiki:Mobile.css: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the mobile site: use BravuraText font if class="bravura": @font-face { font-family: BravuraText; src: url(fonts/Bra..."
 
(No difference)

Latest revision as of 03:57, 5 November 2024

/* All CSS here will be loaded for users of the mobile site */

/* use BravuraText font if class="bravura" */
@font-face {
    font-family: BravuraText;
    src: url(fonts/BravuraText.woff2) format('woff2');
}
.bravura {
    font-family: BravuraText;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}