-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
148fc0e
commit fb44754
Showing
28 changed files
with
1,593 additions
and
1,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* Web Font: Yekan */ | ||
@font-face { | ||
font-family: yekan; | ||
src: url('../../fonts/Yekan.eot'); /* IE9 Compatibility Modes */ | ||
src: url('../../fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('../../fonts/Yekan.woff2') format('woff2'), /* Modern Browsers */ | ||
url('../../fonts/Yekan.woff') format('woff'), /* Modern Browsers */ | ||
url('../../fonts/Yekan.otf') format('opentype'), /* Open Type Font */ | ||
url('../../fonts/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */ | ||
font-weight: normal; | ||
font-style: normal; | ||
text-rendering: optimizeLegibility; | ||
font-display: auto; | ||
} | ||
|
||
body, | ||
body.rtl, | ||
button, | ||
input, | ||
select, | ||
textarea, | ||
button, | ||
input[type="button"], | ||
input[type="reset"], | ||
input[type="submit"], | ||
keygen, | ||
blockquote cite, | ||
blockquote small, | ||
table th, | ||
table caption, | ||
table td, | ||
pre { | ||
font-family: yekan, tahoma, verdana, arial, helvetica, sans-serif; | ||
} | ||
|
||
#tinymce, | ||
.mce-ico, | ||
.mejs-container .mejs-controls div, | ||
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label, | ||
.mejs-contextmenu .mejs-contextmenu-item, | ||
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label, | ||
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label, | ||
.mce-window .wp-editor-help kbd, | ||
.mce-item-table td, | ||
.mce-item-table th, | ||
.rtl .quicktags-toolbar input, | ||
.wp-caption, | ||
.gallery .gallery-caption { | ||
font-family: yekan, tahoma, verdana, arial, helvetica, sans-serif !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.