MediaWiki:Common.css: Difference between revisions

m
Attempting to fix Gotham font errors
m (Adding vertical centering for infobox fields)
m (Attempting to fix Gotham font errors)
Line 2:
 
/* Gotham for Windows/Android */
 
@font-face {
font-family: Gotham;
src: url('https://ouro.one/fonts/Gotham_Medium.woff2') format('woff2'), url('https://phighting.miraheze.org/wiki/File:Gotham_Medium.ttf') format('truetype');
font-weight:bold;
src: url('https://ouro.one/fonts/Gotham_Black_Regular.woff2') format('woff2'), url('https://phighting.miraheze.org/wiki/File:Gotham_Black_Regular.ttf') format('truetype');
}
 
@font-face {
font-family: Gotham;
font-weight:bold;
src: url('https://ouro.one/fonts/Gotham_Medium.woff2') format('woff2'), url('https://phighting.miraheze.org/wiki/File:Gotham_Medium.ttf') format('truetype');
src: url('https://ouro.one/fonts/Gotham_Black_Regular.woff2') format('woff2'), url('https://phighting.miraheze.org/wiki/File:Gotham_Black_Regular.ttf') format('truetype');
}