How can I set default font to Roboto of the kendo-editor in Angular.
Asked
Active
Viewed 1,347 times
4
-
Try this, https://www.telerik.com/forums/default-font-and-fontsize – CMartins Jun 25 '20 at 12:56
-
this is done in JQuery but cant do it in angular. – Baidar Mir Jun 25 '20 at 13:17
-
Did you found a solution? – julienduchow Nov 22 '21 at 15:58
1 Answers
0
I asked on telerik forums and got the answer it's all explained here
Just set the [iframe]=false on editor in HTML
and then in your css file define this:
.k-editor .k-editor-content {
font-family: Roboto;
}
https://www.telerik.com/kendo-angular-ui/components/editor/styling/#toc-customizing-the-appearance

Eric Aya
- 69,473
- 35
- 181
- 253

Sven Scekic
- 1
- 1