MediaWiki:Common.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
Elerneron (talk | contribs)
No edit summary
Elerneron (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Mrs+Saint+Delafield');
.scriptFont { font-family: 'Great Vibes', cursive; }
.scriptFont { font-family: 'Great Vibes', cursive; }
@import url('https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield');
.signFont { font-family: 'Mrs Saint Delafield', cursive; }
.signFont { font-family: 'Mrs Saint Delafield', cursive; }

Revision as of 21:18, 10 January 2017

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Mrs+Saint+Delafield');
.scriptFont { font-family: 'Great Vibes', cursive; }
.signFont { font-family: 'Mrs Saint Delafield', cursive; }