Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Feb 19, 2023
1 parent 5e79861 commit 740fe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/lilypond-unstable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def install
output = output.encode("UTF-8", invalid: :replace, replace: "")
common_styles = ["Regular", "Bold", "Italic", "Bold Italic"]
{
"C059" => ["Roman", *common_styles[2..]],
"C059" => ["Roman", *common_styles[1..]],
"Nimbus Mono PS" => common_styles,
"Nimbus Sans" => common_styles,
"TeX Gyre Cursor" => common_styles,
Expand Down

0 comments on commit 740fe55

Please sign in to comment.