MediaWiki:Common.css: Difference between revisions

From PHIGHTING! Wiki
Content deleted Content added
m Fixing fonts bc Im dumb
m Fixing fonts again
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Gotham for Windows/Android */
@font-face {
@font-face {
font-family: Gotham;
font-family: Gotham;
font-weight:bold;
font-weight:bold;
src: url('https://ouro.one/fonts/Gotham_Black_Regular.woff2') format('woff2'), url('https://ouro.one/fonts/Gotham_Black_Regular.ttf') format('truetype');
src: url('https://ouro.one/fonts/Gotham_Black_Regular.woff2') format('woff2');
}
}


@font-face {
@font-face {
font-family: Gotham;
font-family: Gotham;
src: url('https://ouro.one/fonts/Gotham_Medium.woff2') format('woff2'), url('https://ouro.one/fonts/Gotham_Medium.ttf') format('truetype');
src: url('https://ouro.one/fonts/Gotham_Medium.woff2') format('woff2');
}

/* Gotham for macOS/iOS */

@font-face {
font-family: Gotham;
font-weight:bold;
src: url('https://ouro.one/fonts/Gotham_Black_Regular.ttf') format('truetype');
}

@font-face {
font-family: Gotham;
src: url('https://ouro.one/fonts/Gotham_Medium.ttf') format('truetype');
}
}