Skip to content

Can we add Kan support inside the font #76

@mbaljeetsingh

Description

@mbaljeetsingh

I know we can do <sup>m3</sup>, but it doesn't render with font directly. Can we do something like {m3} which will render as <sup>m3</sup>?

or how about just adding support for { } or other glyph for Kan, if it is the web app ui can handle the rendering.

I had to do this hack to support these symbols, but worried if you plan to add kan support with another symbol whicih might break the app.

Please confirm if you even plan to add support for Kan like this, if yes which symbol do you think you'll probably lean toward more. I'll use that hack for now for that symbol and later if/once you add support i can remove the hack and it'll just work.

@font-face {
  font-family: 'ome_bhatkhande_punjabi';
  src: url('https://webfonts.omenad.net/webfontkit/omebhatkhandepunjabi-webfont.woff2')
    format('woff2');
  unicode-range: U+0000-007A, U+007C, U+007E-FFFF;
}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions