fixedsys-css
Version:
## Fixedsys font
13 lines (12 loc) • 338 B
HTML
<html lang="en">
<meta charset="UTF-8">
<title>Fixedsys | Old fashion font</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="../../css/fixedsys-dark.css">
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>