mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:05:53 +08:00
UX: Remove Helvetica from our font stack (#11876)
Arial is more consistently available across operating systems and aligns better.
This commit is contained in:
@ -37,7 +37,7 @@ describe Stylesheet::Importer do
|
||||
|
||||
it "includes font variable" do
|
||||
expect(compile_css("desktop"))
|
||||
.to include(":root{--font-family: Helvetica, Arial, sans-serif}")
|
||||
.to include(":root{--font-family: Arial, sans-serif}")
|
||||
end
|
||||
|
||||
it "includes separate body and heading font declarations" do
|
||||
|
Reference in New Issue
Block a user