Skip to content

Commit

Permalink
RC: use all fonts for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Jan 3, 2022
1 parent 6424cbb commit d2aa064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/scripts/get-font-names-from-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2aa064

Please sign in to comment.