Difference between revisions of "MediaWiki:Vector.css"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| Line 34: | Line 34: | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 26px; | line-height: 26px; | ||
} | |||
body{ | |||
background-color:#ffffff; | |||
} | } | ||
Revision as of 15:58, 6 August 2016
/* CSS placed here will affect users of the Vector skin */
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
body {
font-family: 'Source Sans Pro', 'Arial', sans-serif;
}
.mw-body h1 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h2 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h3 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h4 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h5 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body-content{
font-size: 17px;
line-height: 26px;
}
body{
background-color:#ffffff;
}
code {
font-family: 'Source Code Pro', monospace, Courier;
}