UX: Remove Helvetica from our font stack (#11876)

Arial is more consistently available across operating systems and aligns better.
This commit is contained in:
Kris
2021-02-05 17:01:21 -05:00
committed by GitHub
parent 015ea28778
commit ded0f5b4e5
12 changed files with 61 additions and 40 deletions

View File

@ -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