1513423-3.html (468B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 @font-face { 5 font-family: awami; 6 src: url(../fonts/sil/AwamiNastaliq-Regular.woff); 7 } 8 div { 9 font: 36px/3 awami; 10 text-align: center; 11 } 12 </style> 13 Both lines should be the same, with no clipping of either green or blue glyphs: 14 <div dir=rtl> 15 <p style="color:green">دیکھتی <span style="color:blue">کنسلٹنٹس</span></p> 16 <p style="color:blue"><span style="color:green">دیکھتی</span> کنسلٹنٹس</p>