Enforcing the Amiri Arabic Font with a suitable size and line spacing for certain websites.
Amiri Arabic Font by Wisdawn
Details
AuthorWisdawn
LicenseNo License
Categoryalmaany.com
Created
Updated
Code size2.4 kB
Code checksum6beaacbe
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The website list may grow as I encounter websites that need their displayed font improved or clarified with this style. If you have the know-how, you are encouraged to find the HTML elements that need to get this style on any website and add those websites' domains to your local version of the style.
Source code
/* ==UserStyle==
@name www.almaany.com/ar/dict/ar-ar/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Enforcing the Amiri Arabic Font with a suitable size and line spacing for certain websites.
@author Wisdawn
@notes The website list may grow as I encounter websites that need their displayed font improved or clarified with this style. If you have the know-how, you are encouraged to find the HTML elements that need to get this style on any website and add those websites' domains to your local version of the style.
==/UserStyle== */
@-moz-document domain("almaany.com"),
domain("al-fatawa.com"),
domain("islamweb.net") {
/* almaany.com */
.panel-body {
font-family: Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 2.4rem !important;
line-height: 4.8rem !important;
}
/*al-fatawa.com*/
.FatwaText {
font-family: Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 1.4rem !important;
line-height: 2.8rem !important;
}
/* islamweb.net */
.right-nav h3 {
font-family: Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-weight: bold !important;
font-size: 1.2rem !important;
line-height: 1.6rem !important;
}
.right-nav p {
font-family: Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 1.2rem !important;
line-height: 2.4rem !important;
}
.footer-item a {
font-family: "Segoe UI", Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 1.2rem !important;
line-height: 2rem !important;
}
.top-item h2 {
font-family: "Scheherazade New", "Segoe UI", Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 1.6rem !important;
line-height: 2.2rem !important;
}
#tab_container a {
font-family: "Scheherazade New", "Segoe UI", Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 1.3rem !important;
line-height: 1rem !important;
}
ul.tree a {
font-family: "Segoe UI", Amiri, "Droid Arabic Naskh", "Fira Sans" !important;
font-size: 0.7rem !important;
line-height: 1rem !important;
font-stretch: 80% !important;
letter-spacing: -0.5px !important;
}
/* Insert code here... */
}