saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
4.71k stars 1.13k forks source link

Add Hindi Font #73

Closed Himanshunitrr closed 4 years ago

Himanshunitrr commented 4 years ago

Resolves #62

netlify[bot] commented 4 years ago

Deploy preview for text-to-handwriting processing.

Building with commit f7b14b855f1e4e250cde883223e91e27b84994c2

https://app.netlify.com/sites/text-to-handwriting/deploys/5f12b9b72a694e000857576a

Himanshunitrr commented 4 years ago

how to add that in value="" in index.html ?

saurabhdaware commented 4 years ago

In css you can add,

@font-face {
  font-family: 'Hindi Font';
  src: url(fonts/Hindi_Type.ttf);
}

and in index.html add value="'Hindi Font'"

Himanshunitrr commented 4 years ago

Did that

Himanshunitrr commented 4 years ago

But not working. I do not know why? Trying to debug

Himanshunitrr commented 4 years ago

The path URL was messed. Finally debugged it.