Skip to content

Commit

Permalink
chore: update font installation list
Browse files Browse the repository at this point in the history
- add 'profont', 'caskaydiacove', and 'noto' to the list of fonts to be installed
- remove 'hack', 'jetbrainsmono', 'cascadiacode', and 'ubuntumono' from the list of fonts to be installed
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent 264ab65 commit a73ad1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ jobs:
- name: Install Fonts
run: |
declare -a fonts=(
"Monaspace"
"FiraCode"
"Hack"
"JetBrainsMono"
"CascadiaCode"
"UbuntuMono"
"ProFont"
"CaskaydiaCove"
"Monaspace"
"Noto"
)
if [[ $RUNNER_OS == "macOS" ]]; then
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh && brew upgrade
Expand Down

0 comments on commit a73ad1b

Please sign in to comment.