| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style type="text/css"> | 3 <style type="text/css"> |
| 4 @font-face { | 4 @font-face { |
| 5 font-family: FruityGirl; | 5 font-family: FruityGirl; |
| 6 src: url(../../third_party/FruityGirl/FruityGirl.ttf) format("truetype"); | 6 src: url(../../third_party/FruityGirl/FruityGirl-uni002A-sbix.ttf) format("tru
etype"); |
| 7 } | 7 } |
| 8 | 8 |
| 9 #emojiLatin { | 9 #emojiLatin { |
| 10 font-family: FruityGirl; | 10 font-family: FruityGirl; |
| 11 font-size:25px; | 11 font-size:25px; |
| 12 } | 12 } |
| 13 | 13 |
| 14 #normal { | 14 #normal { |
| 15 font-size:25px; | 15 font-size:25px; |
| 16 } | 16 } |
| 17 </style> | 17 </style> |
| 18 </head> | 18 </head> |
| 19 <body> | 19 <body> |
| 20 <p>Following should show Asterisk with FruitGirl similar to Asterisk Image below
</p> | 20 <p>Asterisk rendered with FruitGirl-sbix font is shown below followed |
| 21 by the corresponding PNG image. They should look similar to each other. |
| 21 <p id="emojiLatin">*</p> | 22 <p id="emojiLatin">*</p> |
| 22 <img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" widt
h="25"> | 23 <img src="../../third_party/FruityGirl/002A.png" alt="Asterisk" height="25" widt
h="25"> |
| 23 <p>Normal rendering of Asterisk with default font</p> | 24 <p>Normal rendering of Asterisk with default font</p> |
| 24 <p id="normal">*</p> | 25 <p id="normal">*</p> |
| 25 </body> | 26 </body> |
| 26 </html> | 27 </html> |
| OLD | NEW |