blob: 08fc8138189386fbdc3188d695f16ef6ee088c27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<html>
<head>
<meta charset=UTF-8>
<title>“Amiri Quran Colored” test</title>
<style>
@font-face {
font-family: AmiriMonochrome;
font-style: normal;
font-weight: 400;
src: url('../fonts/AmiriQuran.otf');
}
.test {
direction: rtl;
text-align: justify;
text-align-last: center;
font-size: 40px;
margin: 1em;
position: absolute;
}
.monochrome {
font-family: AmiriMonochrome;
-webkit-text-stroke: 3px black;
}
</style>
</head>
<div>The colored Arabic text should be exactly covered by (thicker) black text:</div>
<div class="test monochrome">
<p>
﷽ ١
<br>
ٱلۡحَمۡدُ لِلَّهِ رَبِّ ٱلۡعَـٰلَمِینَ ٢
ٱلرَّحۡمَـٰنِ ٱلرَّحِیمِ ٣
مَـٰلِكِ یَوۡمِ ٱلدِّینِ ٤
إِیَّاكَ نَعۡبُدُ وَإِیَّاكَ نَسۡتَعِینُ ٥
ٱهۡدِنَا ٱلصِّرَ ٰطَ ٱلۡمُسۡتَقِیمَ ٦
صِرَ ٰطَ ٱلَّذِینَ أَنۡعَمۡتَ عَلَیۡهِمۡ غَیۡرِ ٱلۡمَغۡضُوبِ عَلَیۡهِمۡ وَلَا ٱلضَّاۤلِّینَ ٧
</p>
</div>
</html>
|