Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
− | font-family: 'Ubuntu Condensed', sans-seif; | + | font-family: 'Ubuntu Condensed', sans-seif !important; |
} | } |
Revision as of 01:22, 8 December 2016
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
/* CSS placed here will affect users of the Vector skin */
h1, h2, h3, h4, h5, h6 {
font-family: 'Ubuntu Condensed', sans-seif !important;
}