Add search list for font family input field

In the last couple of days, I have been changing the font family of the editor a lot. It was very annoying that every time I wanted to change the font, I had to go search for the fonts installed on my OS. So, I think there should be a drop-down list showing the installed fonts that acts as a search suggestion based on the user input, so the user can choose from them.

I have already implemented it and am ready to make a PR, So should I make a PR or wait for an issue to be created?

To get this working you'd need to load the list of fonts installed on the system, which can be very slow. If it's not very slow we can consider and in that case feel free to create a PR

1 Like