User:RORafaello/timeless.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #personal h2 {
	font-family: 'Zilla Slab', serif;
	font-style: italic;
	letter-spacing: 1.25px;
}
body {
	font-family: 'Lato', sans-serif;
}
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
	font-family: 'Fira Code', monoscape;
	font-size: 0.95em;
}