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