From 35f3c47271e5f4e731ff52f166510311326481c2 Mon Sep 17 00:00:00 2001 From: BGMP Date: Sat, 16 Mar 2024 19:42:14 -0300 Subject: [PATCH] Fix font family for staff group names --- app/assets/stylesheets/staff.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/staff.scss b/app/assets/stylesheets/staff.scss index 7461d926..5d0d374d 100644 --- a/app/assets/stylesheets/staff.scss +++ b/app/assets/stylesheets/staff.scss @@ -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; } }