fix(font): use Nunito as base font

This commit is contained in:
Mahdi Dibaiee
2017-02-04 20:28:34 +03:30
parent 6ded36d497
commit 0c9869ef5b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
@charset "utf-8";
// Our variables
$base-font-family: 'Ubuntu Light', Open Sans, sans-serif;
$base-font-family: 'Nunito', Open Sans, sans-serif;
$head-font-family: 'Secular One', sans-serif;
$base-font-size: 12pt;
$small-font-size: $base-font-size * 0.875;