mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2024-11-07 08:34:30 +01:00
Update style.fa_FA.css and add vazir font
This commit is contained in:
parent
374426afdb
commit
d3a3302c3a
@ -1,5 +1,5 @@
|
||||
*{
|
||||
font-family: Tahoma,Calibri,sans serif !important;
|
||||
font-family: Vazirmatn,Calibri,sans serif !important;
|
||||
}
|
||||
.rtl {
|
||||
direction: rtl !important;
|
||||
@ -17,7 +17,7 @@ p, h1, h2, h3, li, ul, span {
|
||||
display: block;
|
||||
width: 190px;
|
||||
font-size: 14px;
|
||||
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
|
||||
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Vazirmatn, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
|
||||
background-color: #333;
|
||||
color: #FFF;
|
||||
word-spacing: 2px;
|
||||
@ -45,4 +45,4 @@ p, h1, h2, h3, li, ul, span {
|
||||
background-image: -webkit-linear-gradient(bottom, #000000 3%, #666666 5%, #000000 7%, #000000 93%, #666666 95%, #000000 97%);
|
||||
background-image: -ms-linear-gradient(bottom, #000000 3%, #666666 5%, #000000 7%, #000000 93%, #666666 95%, #000000 97%);
|
||||
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.03, #000000), color-stop(0.05, #666666), color-stop(0.07, #000000), color-stop(0.93, #000000), color-stop(0.95, #666666), color-stop(0.97, #000000));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user