mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-27 20:30:39 +00:00
15 lines
247 B
HTML
15 lines
247 B
HTML
<html>
|
|
<head>
|
|
<title>default font</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body style="font: 20px monospace;">
|
|
|
|
<!-- font.minimum-size.x-math set to 40 -->
|
|
<math>
|
|
<mn>x-math language</mn>
|
|
</math>
|
|
|
|
</body>
|
|
</html>
|