mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
14 lines
244 B
HTML
14 lines
244 B
HTML
<html>
|
|
<head>
|
|
<title>default font</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body style="font: 20px monospace;">
|
|
|
|
<math style="font-family: serif; font-size: 40px;">
|
|
<mn>x-math language</mn>
|
|
</math>
|
|
|
|
</body>
|
|
</html>
|