Skip to content

Commit fbc577b

Browse files
committed
remove style.fa.css
now all persian specific css codes are in index.fa.html
1 parent e127fed commit fbc577b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

css/style.fa.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

index.fa.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/0/normalize.min.css" type="text/css">
99
<link rel="stylesheet" href="css/style.css" type="text/css">
1010
<link type="text/css" rel="stylesheet" href="https://cdn.rawgit.com/rastikerdar/vazir-font/v15.0.0/dist/font-face.css">
11-
<link rel="stylesheet" href="css/style.fa.css" type="text/css">
11+
<style type="text/css">
12+
/* Persian specific font information */
13+
h1,h2,h3,p,a{
14+
font-family: 'Vazir';
15+
direction: rtl;
16+
}
17+
code {
18+
font-family: menlo, monospace !important;
19+
}
20+
</style>
1221
<script type="text/javascript">
1322
var _gaq = _gaq || [];
1423
_gaq.push(['_setAccount', 'UA-652147-13']);

0 commit comments

Comments
 (0)