mirror of
https://codeberg.org/hyperreal/better_fonts
synced 2024-11-01 08:33:08 +01:00
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HELVETICA TEST</title>
|
|
</head>
|
|
<body>
|
|
<table border="1">
|
|
<tr>
|
|
<td align="right">Arimo:</td>
|
|
<td align="left"><font style="font-family:'Arimo'; font-size:16px">The quick brown fox jumps over the lazy dog 1234567890</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">Clear Sans:</td>
|
|
<td align="left"><font style="font-family:'Clear Sans'; font-size:16px">The quick brown fox jumps over the lazy dog 1234567890</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">TeX Gyre Heros:</td>
|
|
<td align="left"><font style="font-family:'TeX Gyre Heros'; font-size:16px">The quick brown fox jumps over the lazy dog 1234567890</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">Noto Sans:</td>
|
|
<td align="left"><font style="font-family:'Noto Sans'; font-size:16px">The quick brown fox jumps over the lazy dog 1234567890</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="right">Work Sans:</td>
|
|
<td align="left"><font style="font-family:'Work Sans'; font-size:16px">The quick brown fox jumps over the lazy dog 1234567890</font></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|