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