notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
60 stars 1 forks source link

Font family Fira Code support #70

Open avelino opened 3 years ago

avelino commented 3 years ago

https://github.com/tonsky/FiraCode

erusev commented 3 years ago

Thanks for suggesting this! One question: do you mean to support it for the whole documents or just for the code blocks?

avelino commented 3 years ago

I usually use it for the whole markdown document (including the code block)

erusev commented 3 years ago

If the font (FiraCode in this case) is installed on your device, you should be able to set it from Preferences -- it will change the font of the documents but it won't change the font of the code blocks -- this is something we should fix in the upcoming updates.

erusev commented 3 years ago

Actually, it does change the font of the code blocks.

erusev commented 3 years ago

@avelino Did you have a chance to set FiraCode as editor font and see how it works?