Kruti Dev 400 Font

Viewed 2k times

I have 2 Questions, After searching and working for the entire day :

  • Character Map. This is the character map of Kruti Dev 500. The diagram maps the keys of your keyboard with the equivalent characters in Kruti Dev 500 font.
  • Font-Face CSS3 Kruti Dev 010 Bold Font Below is the font-face css code for Kruti Dev 010 Bold font to add to your website's css file. You may use our server to host the font file for free.

Kruti Dev 040 Wide Font Download - free fonts download - free fonts online. Character Map. This is the character map of Kruti Dev 500. The diagram maps the keys of your keyboard with the equivalent characters in Kruti Dev 500 font.

In my website I have added a new hindi font named KRUTI DEV and added the following CSS in my css file :

@font-face {

}

1. So my First question is that the Hindi font is seen on the Internet Explorer(11) browser BUT NOT seen on Google Chrome and Firefox.

Its showing something like this : deZpkjh jkT; chek fuxe{ks=h; dk;

Dev

AND

2.My Second Question is, I am using CKEditor and I would like to add Hindi font when any one types with English keyboard so that it can be converted to Hindi. Following is what I have done so far and found the same things when searched for the same :

In config.js added the following line of code :

config.font_names = 'Kruti Dev 010/Kruti Dev 010;' + config.font_names;

and in content.css added the above mentioned CSS.

I can see in the editor Font dropdown the Hindi font name*(Kruti Dev 010)* but its not changing the language when I type with English Keyboard.

Please help me.

Thanks !

Your Common Sense
135k21 gold badges151 silver badges265 bronze badges
vanuragvanurag
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.

Browse other questions tagged phpfontsckeditorwebfonts or ask your own question.

Active5 years, 11 months ago

Hi I need to add Kruti Dev 010 font to my CKEditor.I have downloaded font and added its font face to my content.css file of ckeditor. In ckeditor.config.js file, I have added this line :

and it is working fine (I can add hindi font). But problem comes when I copy this text to word file then english font are appearing instead of Krutidev font, Because word need font family like:

and my font family is 'kruti_dev_010'.

Download Kruti Dev All Fonts

So I tried to change font name in ckeditor.config.js as :

But it is not working and I think numeric character with spaces in font name are causing problem. same problem is coming with DevLys 010 font.

Any help is much appreciated.

Thanks

subu.purohitsubu.purohit

2 Answers

You could add another div and button external to the CkEditor instance. When you click the button, it takes the editor contents , replaces 'Kruti_Dev_010' with 'Kruti Dev 010' and puts the updated content in the div. Then you copy the contents of the div into the word doc.

If you want the HTML tags to be displayed in the div rather than rendered, use .text rather than .html, like this:

codewagglecodewaggle

Hindi Typing Kruti Dev 010

4,3632 gold badges23 silver badges43 bronze badges

You could add another div and button external to the CkEditor instance. When you click the button, it takes the editor contents , replaces 'Kruti_Dev_010' with 'Kruti Dev 010' and puts the updated content in the div. Then you copy the contents of the div into the word doc.

Kruti Dev 400 Fonts

lalit mohanlalit mohan

Dev 400

Not the answer you're looking for? Browse other questions tagged fontsckeditorhindi or ask your own question.