Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
font-display: swap;
}
}



Revision as of 18:05, 11 March 2023

/* CSS placed here will be applied to all skins */
@font-face {
    font-family: 'Beech';
    src: url('https://uh.fyi/resources/beech.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.beech-text {
    font-family: 'Beech';
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.