Open be5invis opened 4 months ago
Version 0.2 already supports some style operations such as font size and color. I can add font family support with slight changes to the code.
@graphemecluster Docs about styles?
Will, but we haven’t released v0.2 yet.
Basically you return something like ({ f, b }) => f`Hello ${b`bold text`}`
, but font
isn’t supported yet.
May need font customization for the UX too (like the dropdowns).
Is it possible to allow customizing fonts in the editor and the output? I am recently working on a Tengwar notation so I need to introduce custom fonts for the editor and the output...