mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2024-11-25 01:14:11 +01:00
feat(font): added Vazirmatn font
This commit is contained in:
parent
7c5e86bff6
commit
adfe84fb25
@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-family: 'Rubik', sans-serif !important;
|
||||
font-family: Vazirmatn,Calibri,sans serif !important;
|
||||
}
|
||||
|
||||
.rtl {
|
||||
@ -18,7 +18,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;
|
||||
|
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,300&display=swap" rel="stylesheet">
|
||||
<link href='https://fonts.googleapis.com/css?family=Vazirmatn' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="css/style.fa_FA.css" type="text/css" media="screen,print">
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user