MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 1,203: Line 1,203:
/*conlang fonts*/
/*conlang fonts*/


@import url( 'http://web.tep.li/conlangfonts/kilumi.ttf');
@font-face {
font-family: 'kilumi';
src: url('hhttp://web.tep.li/conlangfonts/kilumi.ttf');
}


/* Changes the default font used for MediaWiki to Kilumi Regular (does not include headings or monospaced text): */
.classname {
body {
font-family: 'regular';
font-family: "Kilumi", sans-serif;
}
}