Difference between revisions of "MediaWiki:Mobile.css"

From Wiki2
(Created page with "→‎CSS placed here will affect users of the mobile site: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", sans-s...")
(No difference)

Revision as of 17:48, 18 May 2018

/* CSS placed here will affect users of the mobile site */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")

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

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