User:Kirb/vector.css: Difference between revisions

From iPhone Development Wiki
(Created page with "html, body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; } pre, code, tt, kbd, samp, .mw-code { font-family: ui-monospace, "SF Mono", monospace; } .mw-body...")
(No difference)

Revision as of 02:45, 29 May 2021

html,
body {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

pre,
code,
tt,
kbd,
samp,
.mw-code {
	font-family: ui-monospace, "SF Mono", monospace;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
	font-family: ui-serif, "Linux Libertine", Georgia, Times, serif;
}

.mw-body-content .toc h2 {
	font-family: inherit;
}

.mw-editsection,
.mw-editsection-like {
	font-family: inherit;
}