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/ */