Add comments about each font
This commit is contained in:
parent
7c35943567
commit
5b9229457e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue