MediaWiki:Timeless.css: Difference between revisions

From ikev.in/w
(No difference)

Revision as of 23:01, 10 October 2021

/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will be applied to the timeless skin */
@import url( 'https://fonts.googleapis.com/css?family=Montserrat ');

/* Changes the default font used for MediaWiki to Montserrat (does not include headings or monospaced text): */
body {
  font-family: "Montserrat", sans-serif;
}

/* Changes the default font used for MediaWiki headings to Montserrat: */
#personal h1, 
#personal h2 {
  font-family: "Montserrat", sans-serif;
}

#p-logo-text a {
  font-family: "Montserrat", sans-serif;
}