diff --git a/style.css b/style.css index ea0844a..f013185 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* CSS files add styling rules to your content */ body { - font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif; + font-family: helvetica, arial, sans-serif; margin: 2em; }