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
Tag: Manual revert
No edit summary
Line 3: Line 3:
font-family: 'Beech';
font-family: 'Beech';
src: url('https://uh.fyi/resources/beech.woff') format('woff');
src: url('https://uh.fyi/resources/beech.woff') format('woff');
font-weight: normal;
font-style: normal;
}
}



Revision as of 18:04, 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;
}

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