Formula:Math/styles.css

E Vicipaedia
/* texhtml class for inline math (based on generic times-serif class) */
.texhtml {
	font-family: "Latin Modern Math", "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	white-space: nowrap;
	/* Force tabular and lining display for texhtml */
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

.texhtml .texhtml {
	font-size: 100%;
}