User:ItsPugle/common.css

Source: 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.
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Rubik:wght@400,500,600,700&display=swap');

html, body, body > * {
	font-family: "Rubik", sans-serif;
	font-size: 1.1;
	font-style: normal;
}

h1, #firstHeadingTitle, #firstHeadingTitle > *, .mw-body h1, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .vector-sticky-header-context-bar-primary {
	font-family: "Arimo", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}

pre, code, tt, kbd, samp, .mw-code {
	font-family: "Inconsolata", monospace !important;
	font-size: 0.9;
}

.mw-page-title-main {
	font-size: 1.2;
}