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...")
 
Tags: mobile edit mobile web edit
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


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


body {font-family: "Noto Sans", sans-serif}
body {font-family: "Open Sans Condensed", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
/* 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}
div#content h1, div#content h2 {font-family: "Open Sans Condensed", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */
/* changes the default font used for MediaWiki headings to Noto Serif */

Latest revision as of 17:54, 18 May 2018

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

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300")

body {font-family: "Open Sans Condensed", 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: "Open Sans Condensed", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */