From 297cf4fc248af28db86b6c33755c9d85f3f53445 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 4 Feb 2016 14:36:21 +0300 Subject: [PATCH] refactor(font): change font-family to Roboto --- src/index.html | 2 +- src/sass/theme/conf/_variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 1122856..149024b 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@ Blur Admin - + diff --git a/src/sass/theme/conf/_variables.scss b/src/sass/theme/conf/_variables.scss index af8b55a..dae248f 100644 --- a/src/sass/theme/conf/_variables.scss +++ b/src/sass/theme/conf/_variables.scss @@ -1,4 +1,4 @@ -$font-family: 'Lato', sans-serif; +$font-family: 'Roboto', sans-serif; $primary: #41bee9!default; $info: #5bc0de!default;