From ba577a699c87ae72d1149d2c88cad0ea403b31eb Mon Sep 17 00:00:00 2001 From: Timothy Farrell Date: Sat, 2 Jun 2018 11:39:56 -0500 Subject: [PATCH] Use Arial instead of Lato. I don't care to send evidence of all of my page requests to Google. Arial looks decent enough. --- packages/gallery/src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gallery/src/app.css b/packages/gallery/src/app.css index 43c7f97..5045bce 100644 --- a/packages/gallery/src/app.css +++ b/packages/gallery/src/app.css @@ -1,5 +1,4 @@ @import '../node_modules/semantic-ui-reset/reset.css'; -@import '../node_modules/semantic-ui-site/site.css'; html { overflow: hidden; @@ -11,6 +10,7 @@ body { overflow: auto; display: flex; flex-direction: column; + font-family: Arial, sans-serif; } /* http://tholman.com/github-corners/ */