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:
parent
6424cbbffd
commit
d2aa06473e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user