I'm working on a project right now when there are several variations of the same character in an OpenType font. All characters have the same Unicode identifier, but have different GID numbers and some other links, such as Swash or Stylistic SetXX (ss01) (this information is indicated in indesign). Is there a way to use these characters in an HTML document?
Example: J (normal), J (with blur rate), J (from chains). All have a unicode id: 004A, but have GID values โโof 43, 206, and 233, respectively.
html5 fonts xhtml css3 opentype
kugyousha
source share