In Arabic script modification Comment - Beginning of my comments in the blog + MUX Sparrow aka Muxlimo with Arabic script, I see tha...
In Arabic script modification Comment - Beginning of my comments in the blog + MUX Sparrow aka Muxlimo with Arabic script, I see that the comments by using the Arabic script would be very small and difficult to read.Actually, to change the font and enlarge it just takes
Arabic writing on this comment very rarely used, but if my friend needs it, please keep this code above
Add CSS above
The way of writing Arabic in comments:
Hopefully useful ...
classes
only. In the post, this will not be a problem, because it is easy to insert the class
specified. As with comments, we do not easily insert class
arbitrarily. Hence, with the help of jQuery I tried to change the font type and enlarging it so easy to read. Appearance as in the screenshot below, before and after using spice jQuery .

Arabic writing on this comment very rarely used, but if my friend needs it, please keep this code above
</ body>
< script type = 'text / javascript' >
// <! [CDATA [
$ ( '#comments p' ) .each ( function () {
$ ( 'b [rel = "arabic"]' ) .replaceWith ( function () {
return $ ( '<b class = \' arabic \ '>' + $ ( this ) html () + '</ b> ' );
});
});
//]]>
</ script >
Add CSS above
]]> </ b: skin>
or </ style>
.arabic {
font-size : 22 px ! important ; line-height : 34 px ! important ;
font-family : 'KFGQPC Uthman Taha Naskh' , KFGQPC_Naskh, 'Traditional Arabic' , Tahoma, sans-serif;
font-weight : bold ;
direction : rtl;
display : block;
text-align : right;
}
The way of writing Arabic in comments:
< b rel = "arabic" > Arabic script here </ b >
Hopefully useful ...