MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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; } | ||
.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; }