rename test.html to viewer.html
This commit is contained in:
parent
735bfa5972
commit
22efbb3af3
4 changed files with 6 additions and 6 deletions
|
@ -4282,8 +4282,8 @@ var GlyphsUnicode = {
|
|||
zukatakana: 0x30BA
|
||||
};
|
||||
|
||||
// Add missing glyphs from the original Adobe's list
|
||||
GlyphsUnicode["angbracketleft"] = 0x3008;
|
||||
GlyphsUnicode["angbracketright"] = 0x3009;
|
||||
GlyphsUnicode["circlecopyrt"] = 0x00A9;
|
||||
// Add missing glyphs from the Adobe's original list
|
||||
GlyphsUnicode.angbracketleft = 0x3008;
|
||||
GlyphsUnicode.angbracketright = 0x3009;
|
||||
GlyphsUnicode.circlecopyrt = 0x00A9;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue