messages.fontNameInherit String (default: "(inherited font)")

The text that is shown when the text font will be inherited from the surrounding page.

Example

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