OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <svg width="200" height="100"> | |
3 <style> | |
4 @font-face { | |
5 font-family: MyFont; | |
6 src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf); | |
7 } | |
8 </style> | |
9 <text font-family="MyFont" font-size="50" x="0 100" y="50">𑀏𑀏< /text> | |
10 </svg> | |
OLD | NEW |