MediaWiki:Mobile.css

Revision as of 18:02, 3 February 2019 by Alexander (talk | contribs)
body {
    font: -apple-system-body; 👈 for iOS browsers only
    font-family: 'Helvetica Neue','Helvetica','Nimbus Sans L','Arial','Liberation Sans',sans-serif;
    line-height: 1.4;
    color: #222222;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0.2);
}