1971148-digits-color-font-04.html (294B)
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 <p>Expect digits to be rendered from Ahem:</p> 14 <div style="font-variant-emoji: unicode">abc123xyz</div>