MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
h1, h2, h3, textarea, p { | h1, h2, h3, textarea, p { | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important; | font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important; | ||
} | |||
pre, code { | |||
font-family: Consolas, monaco, 'Courier New', monospace !important; | |||
} | } |
Revision as of 18:19, 12 July 2017
/*
https://wiki.fparma.com/index.php?title=MediaWiki:Common.css&action=edit
*/
h1, h2, h3, textarea, p {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif !important;
}
pre, code {
font-family: Consolas, monaco, 'Courier New', monospace !important;
}