MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: <style> @import url('https://fonts.googleapis.com/css?family=Alice|Faustina'); </style> div#content h1, div#content h2 {font...") |
No edit summary |
||
Line 4: | Line 4: | ||
</style> | </style> | ||
div#content h1, div#content h2 {font-family: "Faustina", serif} | div#content h1, div#content h2 {font-family: "Faustina", serif} | ||
body {font-family: "Alice", serif} |