From f8cfbbf9a9f3176f65ae157e7504a3ccacc68683 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Mon, 16 Mar 2015 15:36:27 +0700 Subject: [PATCH] Let's try Open Sans --- app/app.html | 1 + app/styles/app.css | 1 + 2 files changed, 2 insertions(+) diff --git a/app/app.html b/app/app.html index 11d96d2..3a4900d 100644 --- a/app/app.html +++ b/app/app.html @@ -8,6 +8,7 @@ + diff --git a/app/styles/app.css b/app/styles/app.css index 86f5c86..0f725ec 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -1,5 +1,6 @@ * { box-sizing: border-box; + font-family: 'Open Sans', Helvetica, Arial, sans-serif; } .app {