MediaWiki:Common.css: Difference between revisions

From Brunswick MD History
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}

Revision as of 01:53, 29 December 2017

/* 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-family: "Faustina", serif}

body {font-family: "Alice", serif}