After successfully changing the default font within the editor using the guidelines provided here, I have encountered a new issue. The original default font no longer appears in the font drop-down list.
The previous default font was Verdana, and the new default is now MyCustomFont.
As I type in the editor, MyCustomFont displays by default. However, when attempting to switch back to Verdana (original default), nothing happens. It is possible to change to any other font family except Verdana. Additionally, selecting MyCustomFont from the drop-down list causes the content to be surrounded by a span with inline styles – a process that does not occur with the original default font.
It appears that there may be a missing piece of documentation explaining how to inform the editor (especially the font feature) that the font defined as default in the CSS should also be the default font within the editor itself.
Despite extensive research on Google, I have not been able to find a solution. Most resources seem to refer back to the mentioned documentation. Am I alone in facing this challenge? If not, I would appreciate any assistance! :)
Kindly note that the responses to this question do not address my specific concern.