diff --git a/app/assets/stylesheets/new_design/_typography.scss b/app/assets/stylesheets/new_design/_typography.scss index 351aac902..da7c458df 100644 --- a/app/assets/stylesheets/new_design/_typography.scss +++ b/app/assets/stylesheets/new_design/_typography.scss @@ -1,6 +1,6 @@ @import "colors"; %new-type { - font-family: "Muli"; + font-family: "Muli", system-ui, -apple-system, sans-serif; color: $black; }