Changes

From Fish Wrangler
Jump to navigationJump to search
Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap'); /* Changes the default font used for Medi..."
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Wendy+One&display=swap');


/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
font-family: "Wendy One", serif;
}

Navigation menu