User:Epicgenius/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* This turns my default Vector font into Cambria */

#mw-navigation, #mw-page-base, #mw-head-base, #footer {
font-family: 'Cambria', 'Arial';
}

@font-face {
	font-family: 'Cambria', 'Arial';
	font-weight: normal;
	font-style: normal;
 }

@font-face {
	font-family: 'Cambria', 'Arial';
	font-weight: bold;
	font-style: normal;
}
 
@font-face {
	font-family: 'Cambria', 'Arial';
	font-weight: normal;
	font-style: italic;
}
 
@font-face {
	font-family: 'Cambria', 'Arial';
	font-weight: bold;
	font-style: italic;
}

.mw-body {
	font-family: 'Cambria', 'Arial';
	
}

.mw-body #toc h2, .mw-body .toc h2 {
	font-family: 'Cambria', 'Arial';
}

.mw-body h1, .mw-body h2 {
	font-family: 'Cambria', 'Arial';
}

.mw-body h4, .mw-body h5, .mw-body h6 {
	font-size:1.0em;
}

.vector-sticky-header-context-bar-primary, .vector-sticky-header-buttons, .vector-toc, .vector-search-box, .vector-menu-content,
.oo-ui-widget, .oo-ui-widget-enabled,
.mw-echo-ui-sortedListWidget, .mw-echo-ui-notificationsListWidget,
.growthexperiments-homepage-module-text-normal, .growthexperiments-homepage-module-text-light, .growthexperiments-homepage-module-section {
	font-family: 'Cambria', 'Arial';
}

.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: "Cambria", 'Arial'; font-size: 88%;
}