MediaWiki:Common.css: Difference between revisions

From Wiki of ZZT
Jump to navigation Jump to search
(Add EGA font)
 
(Update EGA font)
Line 3: Line 3:
@font-face {
@font-face {
font-family: "EGA8";
font-family: "EGA8";
src: url("/w/images/f/f4/Px437_ibm_ega8-webfont.woff2") format("woff2");
src: url("/w/images/d/d7/Px437_IBM_EGA8.woff2") format("woff2");
}
}

Revision as of 02:15, 15 June 2020

/* CSS placed here will be applied to all skins */

@font-face {
	font-family: "EGA8";
	src: url("/w/images/d/d7/Px437_IBM_EGA8.woff2")	format("woff2");
}