Clash of Clans Wiki
Advertisement
Clash of Clans Wiki

Hello! I just wanted to share that I can use the Clash of Clans font! Here's an example: Example.

Code[]

Paste this to MediaWiki:Wikia.css or MediaWiki:Common.css:

/******************************/
/** Clash of Clans Font **/
/** Credits to Supercell **/
/** http://www.supercell.net **/
/******************************/
@font-face {
font-family: ClashofClans;
src: url('http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.ttf'),
     url('http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.eot') format("opentype"), /* IE */
     url('http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.woff') format("woff");
}

Hope I helped!

Advertisement