colrv1-02b-ref.html (300B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset=utf-8> 4 <title>COLRv1 font test: using the tech() function</title> 5 <style> 6 @font-face { 7 font-family: CAhem; 8 src: url("../fonts/fira/FiraSans-Regular.otf"); 9 } 10 #test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; } 11 </style> 12 13 <div id="test">ABC</div>