shaping_lig-000-ref.html (792B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>ligatures: span</title> 6 <style type="text/css"> 7 @font-face { 8 font-family: 'csstest_noto'; 9 src: url('/fonts/noto/NotoNaskhArabic-regular.woff2') format('woff2'); 10 font-weight: normal; 11 font-style: normal; 12 } 13 .test, .ref { border: 1px solid #02D7F6; margin: 20px; padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; } 14 /* the CSS above is not part of the test */ 15 </style> 16 </head> 17 <body> 18 <p class="instructions">Test passes if the three Arabic characters join.</p> 19 <div class="ref" lang="ar" dir="rtl">علا</div> 20 <div class="ref" lang="ar" dir="rtl">علا</div> 21 <!-- Notes: 22 This test uses the Noto Naskh Arabic font to control variables related to font choice. 23 --> 24 </body> 25 </html>