feat(persian): add persian language

This commit is contained in:
Amir
2018-04-27 16:50:58 +04:30
parent 6c665e659b
commit dd5be99c69
18 changed files with 60 additions and 3 deletions

View File

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