MediaWiki:Common.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
Elerneron (talk | contribs)
Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Great+Vibes'); .scriptFont { font-family: 'Great Vibes', cursive; }"
 
Elerneron (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
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=Dawning+of+a+New+Day|Great+Vibes');
.scriptFont { font-family: 'Great Vibes', cursive; }
.scriptFont { font-family: 'Great Vibes', cursive; }
.signFont { font-family: 'Dawning of a New Day', cursive; }

Latest revision as of 21:23, 10 January 2017

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