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
(Created page with "→‎CSS placed here will be applied to all skins: @font-face { font-family: 'Beech'; src: url('https://uh.fyi/resources/beech.ttf') format('woff'), } .classname { font-family: 'Beech'; }")
 
mNo edit summary
Line 5: Line 5:
}
}


.classname {
.beech-text {
font-family: 'Beech';
font-family: 'Beech';
}
}

Revision as of 17:02, 11 March 2023

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

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