mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2024-11-21 23:43:21 +01:00
feat(font): added Rubik font for persian language
This commit is contained in:
parent
cc251bf7cb
commit
06ea3fdacf
@ -1,6 +1,7 @@
|
||||
*{
|
||||
font-family: Tahoma,Calibri,sans serif !important;
|
||||
* {
|
||||
font-family: 'Rubik', sans-serif !important;
|
||||
}
|
||||
|
||||
.rtl {
|
||||
direction: rtl !important;
|
||||
}
|
||||
|
@ -7,6 +7,9 @@
|
||||
<link href='https://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">
|
||||
<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 rel="stylesheet" href="css/style.fa_FA.css" type="text/css" media="screen,print">
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user