Chat Skins Wikia
Advertisement

With the coding on this page you're able to change the font on wikia.

Code[]

Import this code on a css page. If you want another font you only have to change the import and the name of the font in the code.

@import url(https://fonts.googleapis.com/css?family=Allerta+Stencil);
 
body {
    font-family: Allerta Stencil !important;
}
Advertisement