close
Jump to content

Template:Math/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
/* {{pp|small=yes}}
 * See [[Template:Math#Notes]] for why this is named .texhtml
 */
.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

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

.texhtml-big {
	font-size: 165%;
}

.mvar {
	font-style: italic;
}

@media (min-width: 640px) {
	span.texhtml {
		white-space: nowrap;
	}
}