1971148-digits-color-font-07.html (359B)
1 <!DOCTYPE html> 2 3 <style> 4 @font-face { 5 font-family: Ahem; 6 src: url(../fonts/Ahem.ttf); 7 } 8 div { 9 font: 25px/2 "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", Ahem; 10 } 11 </style> 12 13 <!-- presence of ZWSP should not affect font selection --> 14 15 <p>Expect digits to be rendered from Ahem:</p> 16 <div style="font-variant-emoji: text">abc123xyz​</div>