Merge pull request #1 from dotamir/support-persian

feat(persian): add persian language
This commit is contained in:
Mahdi Dibaiee 2018-04-27 22:44:45 +04:30 committed by GitHub
commit 2dd9bd175e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 43 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
layout: default
---
<div class="post">
<div class='post lang-{% if page.lang %}{{ page.lang }}{% else %}en{% endif %}'>
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>

View File

@ -232,3 +232,30 @@ pre {
font-family: Mononoki;
src: url(fonts/mononoki-Regular.woff);
}
@font-face {
font-family: Sahel;
src: url(fonts/Sahel.eot);
src: url(fonts/Sahel.eot?#iefix) format('embedded-opentype'),
url(fonts/Sahel.woff) format('woff'),
url(fonts/Sahel.ttf) format('truetype');
font-weight: normal;
}
@font-face {
font-family: Sahel;
src: url(fonts/Sahel-Bold.eot);
src: url(fonts/Sahel-Bold.eot?#iefix) format('embedded-opentype'),
url(fonts/Sahel-Bold.woff) format('woff'),
url(fonts/Sahel-Bold.ttf) format('truetype');
font-weight: bold;
}
@font-face {
font-family: Sahel;
src: url(fonts/Sahel-Black.eot);
src: url(fonts/Sahel-Black.eot?#iefix) format('embedded-opentype'),
url(fonts/Sahel-Black.woff) format('woff'),
url(fonts/Sahel-Black.ttf) format('truetype');
font-weight: 900;
}

View File

@ -127,6 +127,19 @@ strong {
}
}
.lang-fa {
font-family: $base-font-family;
direction: rtl !important;
.post-content {
text-align: right;
font-size: 1.05em;
line-height: 1.718em;
}
.share-page {
direction: ltr;
}
}
.post-content .heading-link {
display: block;
position: absolute;

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;

View File

@ -6,7 +6,7 @@ layout: default
<ul class="post-list">
{% for post in site.posts %}
<li>
<li class='lang-{% if post.lang %}{{ post.lang }}{% else %}en{% endif %}'>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>