color-2-ref.html (282B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"/> 5 <style> 6 @font-face { 7 font-family: colr-unset; 8 src: url("../fonts/colr-unset.ttf"); 9 } 10 11 span { 12 font-family: colr-unset; 13 font-size: 25pt; 14 } 15 </style> 16 </head> 17 <body> 18 <span>A</span><span>B</span><span>C</span> 19 </body> 20 </html>