View source for User:Miasmus/common.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Copied from https://minecraft.wiki/w/MediaWiki:Common.css for testing */
/* CSS placed here will be applied to all skins */
/**
* See [[MediaWiki:Vector.css]] for desktop theme related styles.
* See [[MediaWiki:Vector-theme-dark.css]] for desktop dark theme related styles.
*
* See [[MediaWiki:Minerva.css]] for mobile theme related styles.
* See [[MediaWiki:Minerva-theme-dark.css]] for mobile dark theme related styles.
*/
/* Minecraft font
* [[File:Minecraft.woff2]] [[File:Minecraft.woff]]
*/
@font-face {
font-family: Minecraft;
src: url('filepath://Minecraft.woff2') format('woff2'),
url('filepath://Minecraft.woff') format('woff');
}
body {
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
}
000
1:0
Return to User:Miasmus/common.css.