You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable fonts based on the Commodore 64 and Amiga fonts.
4
+
5
+
Inspired by the article [Raster CRT Typography (According to DEC)](https://www.masswerk.at/nowgobang/2019/dec-crt-typography) by Norbert Landsteiner, I reworked some old pixel versions of the Commodore 64 and Amiga Workbench fonts I had done years ago to include variable font axes for the size of the horizontal scanlines and the amount of horizontal bleed of the pixels due to the phosphor latency found in CRT displays.
6
+
7
+
The names of the two axes have been translated to standard typographic terms. The scanlines size is controlled by the _weight axis_, while the bleed is controlled by the _width axis._
8
+
9
+
<figure>
10
+
<img src="images/64.png">
11
+
<figcaption>Sixtyfour, check the <a href="demo-sixtyfour.html">interactive demo page</a>.</figcaption>
12
+
</figure>
13
+
14
+
<figure>
15
+
<img src="images/wb.png">
16
+
<figcaption>Workbench, check the <a href="demo-workbench.html">interactive demo page</a>.</figcaption>
0 commit comments