ivs-1.html (403B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <style> 6 @font-face { font-family: IVSテスト; src: url('../fonts/gw432047.ttf') format("truetype"); } 7 body { background: white } 8 span { font-size: 72pt; font-family: IVSテスト, serif; border: 1px red solid } 9 </style> 10 </head> 11 <body> 12 <span>葛󠄀葛󠄁</span> 13 </body> 14 </html>