AmirTheFree/obsidian-dynamic-rtl

Dynamically change font for RTL content

Closed this issue · 2 comments

I'm not very familiar with web technologies, so forgive me if this sounds absurd!

Is there a way to dynamically change the font for RTL content?

Hi
Yes there is. The raw first idea that comes to my mind is using getComputedStyle but it probably causes performance problems.
Mixing your favorite English & Persian font may be helpful (i.e VazirMatn misc version + OpenSans | By default , VazirMatn is mixed with Roboto)
Persian user manual for this action could be found in VazirMatn website

Great, thank you for the detailed response!