This question is locked. New answers and comments are not allowed.
Can anyone please provide me with inputs on how to configure Telerik editor default fonts externally, without making changes to Telerik Editor files.
As of now, I am setting font size through telerik.editor.min.js file. Below placed is the modified code used in this file to acheive default font size.
Thank You.
As of now, I am setting font size through telerik.editor.min.js file. Below placed is the modified code used in this file to acheive default font size.
At the code block: , .cat(".prettyprint{font-family:inherit; }")
Modified as: .cat(".prettyprint{font-family:inherit;font-size:25px;}")
Thank You.