feat(persian): add persian language
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -127,6 +127,19 @@ strong {
|
||||
}
|
||||
}
|
||||
|
||||
.fa-post {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user