1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-31 21:22:38 +02:00

RC: use all fonts for matrix

This commit is contained in:
Ryan L McIntyre 2022-01-03 05:50:08 -08:00
parent 6424cbbffd
commit d2aa06473e

View File

@ -8,9 +8,9 @@
main() {
# for testing a small subset (useful to prove out significant changes w/o all font overhead):
jq '.fonts | .[] | .folderName' lib/fonts-small-subset.json | jq -sc
# jq '.fonts | .[] | .folderName' lib/fonts-small-subset.json | jq -sc
# add all the fonts to the matrix:
# jq '.fonts | .[] | .folderName' lib/fonts.json | jq -sc
jq '.fonts | .[] | .folderName' lib/fonts.json | jq -sc
}
main; exit