Skip to content

Commit

Permalink
Fix font family for staff group names
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 16, 2024
1 parent 18149ee commit 35f3c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/staff.scss
Expand Up @@ -9,7 +9,7 @@

.staff-group {
h2 {
font-family: "Segoe UI", serif;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: normal;
}
}
Expand Down

0 comments on commit 35f3c47

Please sign in to comment.