_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:Epicgenius/vector.css

In this article, we will explore User:Epicgenius/vector.css in depth, a topic that has captured the attention of millions of people around the world. Since its emergence, User:Epicgenius/vector.css has generated debates, controversies and great interest in various fields, whether in science, culture, politics or society in general. Over the years, User:Epicgenius/vector.css has evolved and impacted people's lives in different ways, becoming a phenomenon that deserves to be thoroughly analyzed and understood. In this research, we will analyze the different facets and perspectives of User:Epicgenius/vector.css, with the aim of shedding light on this topic that is so relevant today.
/* 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%;
}