MediaWiki:Common.css: Difference between revisions

From HyruleGamingGroup Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: table.wikitable { image-rendering: pixelated; }")
 
mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=UnifrakturCook:700');


table.wikitable {
table.wikitable {
     image-rendering: pixelated;
     image-rendering: pixelated;
}
}

Latest revision as of 04:36, 16 May 2024

/* CSS placed here will be applied to all skins */

@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i");
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=UnifrakturCook:700');

table.wikitable {
    image-rendering: pixelated;
}