Jump to content

MediaWiki:Common.css: Difference between revisions

From tango.info wiki
No edit summary
No edit summary
Line 8: Line 8:
textarea,pre, code, tt, kbd, samp, .mw-code {
textarea,pre, code, tt, kbd, samp, .mw-code {
  font-family:'Noto Mono',monospace;
  font-family:'Noto Mono',monospace;
}
@media screen{
body {
width:1002px;
_margin:auto;
background-color:#fcfcfc;
}
}
}

Revision as of 2018-08-04T14:55:20

html,body,input{
 font-family:'Noto Sans',sans-serif;
}
.mw-body h1,
.mw-body h2{
 font-family:'Noto Sans',sans-serif;
}
textarea,pre, code, tt, kbd, samp, .mw-code {
 font-family:'Noto Mono',monospace;
}

@media screen{

body {
	width:1002px;
	_margin:auto;
	background-color:#fcfcfc;
}
}