-
Notifications
You must be signed in to change notification settings - Fork 10
Can we add Kan support inside the font #76
Copy link
Copy link
Open
Description
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;
}```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels