Add comments about each font

This commit is contained in:
Artemis Tosini 2023-12-17 22:06:20 +00:00
parent 7c35943567
commit 5b9229457e
Signed by: artemist
GPG key ID: EE5227935FE3FF18

View file

@ -62,24 +62,28 @@
fonts = [
{
# Popular font, used on NYC Subway
name = "Akzidenz-Grotesk Pro";
dir = ./Akzidenz-Grotesk-Pro;
license = licenses.unfree;
author = "Berthold Type Foundry";
}
{
# Free handwriting font
name = "Caveat";
files = [ ./Caveat.ttf ];
license = licenses.ofl;
author = "Pablo Impallari and Alexi Vanyashin";
}
{
# Popular font, used on Amtrak
name = "Frutiger";
dir = ./Frutiger;
license = licenses.unfree;
author = "Adrian Frutiger";
}
{
# Discord custom font
name = "gg sans";
dir = ./ggsans;
license = licenses.unfree;
@ -93,12 +97,14 @@
author = "David Quay";
}
{
# Modern expansion of machine-readable font
name = "OCR-B";
files = [ ./OCR-B-Regular.otf ];
license = licenses.cc-by-40;
author = "Matthew Anderson";
}
{
# Modern expansion of Johnston Sans, used on London Underground
name = "P22 Underground";
dir = ./P22-Underground;
license = licenses.unfree;