Difference between revisions of "MediaWiki:Mobile.css"

From Fish Wrangler
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: @import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap'); h1, .mw-headline, h2 { font-family: "Wendy One", serif!important; font-weight:normal!important; }")
 
(No difference)

Latest revision as of 15:49, 15 April 2023

/* All CSS here will be loaded for users of the mobile site */
@import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap');


 h1,
.mw-headline,
 h2 {
  font-family: "Wendy One", serif!important;
font-weight:normal!important;
}