MediaWiki:Common.css: Difference between revisions

From PHIGHTING! Wiki
Content deleted Content added
mNo edit summary
m Pls let me use woff2 files
Line 5: Line 5:
@font-face {
@font-face {
font-family: Gotham;
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');
src: url('https://static.miraheze.org/phightingwiki/b/b2/Gotham_Medium.woff2') format('woff2'), url('https://static.miraheze.org/phightingwiki/2/20/Gotham_Medium.ttf') format('truetype');
}
}


Line 11: Line 11:
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://phighting.miraheze.org/wiki/File:Gotham_Black_Regular.ttf') format('truetype');
src: url('https://static.miraheze.org/phightingwiki/7/7c/Gotham_Black_Regular.woff2') format('woff2'), url('https://static.miraheze.org/phightingwiki/4/4e/Gotham_Black_Regular.ttf') format('truetype');
}
}