Jump to content

英文维基 | 中文维基 | 日文维基 | 草榴社区

User:Clementi/common.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.
/* @import url('https://rsms.me/inter/inter.css'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*body {*/
/*	letter-spacing: 0.5px;*/
/*}*/

body, input {
	--font-size-medium: 16px;
	font-family: 'Inter',-apple-system,system-ui,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: --font-size-medium;
}

/*input[type=text] {*/
/*	letter-spacing: 0px !important;*/
/*}*/

pre, code, tt, samp {
	font-family: 'JetBrains Mono NL', 'SF Mono', 'Menlo', 'Consolas', monospace;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit !important;
	font-weight: bold;
}