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

BIN
css/fonts/Sahel-Black.eot Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Black.ttf Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Black.woff Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Black.woff2 Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Bold.eot Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Bold.ttf Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Bold.woff Normal file

Binary file not shown.

BIN
css/fonts/Sahel-Bold.woff2 Normal file

Binary file not shown.

BIN
css/fonts/Sahel.eot Normal file

Binary file not shown.

BIN
css/fonts/Sahel.ttf Normal file

Binary file not shown.

BIN
css/fonts/Sahel.woff Normal file

Binary file not shown.

BIN
css/fonts/Sahel.woff2 Normal file

Binary file not shown.

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;