googlefonts/carlito

Release

DaveJarvis opened this issue · 0 comments

Please tag or release the files as a .zip file that can be downloaded. GitHub doesn't provide a simple facility to download a directory (without a download token). Requiring a token to download makes creating user-friendly shell scripts (and ADD instructions to container files) a cumbersome, brittle, and non-future proof task.

ADD "https://github.com/googlefonts/carlito/raw/main/fonts/ttf/Carlito-Regular.ttf" "Carlito-Regular.ttf"
ADD "https://github.com/googlefonts/carlito/raw/main/fonts/ttf/Carlito-Bold.ttf" "Carlito-Bold.ttf"
ADD "https://github.com/googlefonts/carlito/raw/main/fonts/ttf/Carlito-Italic.ttf" "Carlito-Italic.ttf"
ADD "https://github.com/googlefonts/carlito/raw/main/fonts/ttf/Carlito-BoldItalic.ttf" "Carlito-BoldItalic.ttf"

See: googlefonts/Libre-Baskerville#5