Hi I'm usiong kendo editor and custom tools.
I have succeeded in creating a custom tool and attaching a method, but I wanted to put a fontawsome image in the tool,
so I tried following the guide below, but it doesn't work like the attached photo. Ask for help. Thank you.
Guide link :
http://dojo.telerik.com/AWUlef/6
.k-editor .k-i-my-tool:before
{
font-family: FontAwesome;
content: "\f0c7 ";
font-size:16px;
}