messages.fontName String (default: "Select font family")

The title of the tool that changes the text font.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fontName: "Select font family"
  }
});
</script>
In this article