MediaWiki:Vector.css: Difference between revisions

no edit summary
m (HTTPS + staff changes)
No edit summary
Line 75: Line 75:
font-size: 80% !important;
font-size: 80% !important;
float: right !important;
float: right !important;
}
/* Override default font used for gender symbols for legibility */
@font-face {
    font-family: 'bp_gender';
    src:
        local('Segoe UI Symbol'),    /* Windows, overriding Arial */
        local('Helvetica'),          /* Mac/iOS */
        local('Noto Emoji Regular'); /* Android */
    unicode-range: U+2640, U+2642;
}
html, body {
    font-family: 'bp_gender', sans-serif;
}
}


/* </pre> */
/* </pre> */