Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Add Hindi Font #73

Merged
merged 7 commits into from
Jul 18, 2020
Merged

Add Hindi Font #73

merged 7 commits into from
Jul 18, 2020

Conversation

Himanshunitrr
Copy link
Contributor

@Himanshunitrr Himanshunitrr commented Jul 18, 2020

Resolves #62

@netlify
Copy link

netlify bot commented Jul 18, 2020

Deploy preview for text-to-handwriting processing.

Building with commit f7b14b8

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

@Himanshunitrr
Copy link
Contributor Author

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

@saurabhdaware
Copy link
Owner

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
Copy link
Contributor Author

Did that

@Himanshunitrr
Copy link
Contributor Author

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

@Himanshunitrr
Copy link
Contributor Author

The path URL was messed. Finally debugged it.

Copy link
Owner

@saurabhdaware saurabhdaware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! Can you just remove the .theia file, I think it was added by the editor.

@@ -0,0 +1,3 @@
{
"editor.autoSave": "on"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check what file this is? I think it got added automatically

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Owner

@saurabhdaware saurabhdaware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you so much, Himanshu 🎉

@saurabhdaware saurabhdaware changed the title Added fonts Add Hindi Font Jul 18, 2020
@saurabhdaware saurabhdaware merged commit ff60db2 into saurabhdaware:master Jul 18, 2020
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding some other languages
2 participants