Jump to content

MediaWiki:Common.css: Difference between revisions

From tango.info wiki
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
 
html,body,input{
font-family:'Noto Sans',Tahoma,sans-serif;
}
.mw-body h1,
.mw-body h2{
font-family:'Noto Sans',Tahoma,sans-serif;
}
textarea,pre, code, tt, kbd, samp, .mw-code {
font-family:'Noto Mono',monospace,Courier;
}

Revision as of 2018-08-04T11:05:34

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