Skip to content

Commit 43caa36

Browse files
Merge pull request #238 from jbezos/main
Font in Hindi is now Mukta.
2 parents 0dd51cd + 0136852 commit 43caa36

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

hi/language-01.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LaTeX एक शक्तिशाली टाइपसेटिंग सि
4242
\documentclass[hindi]{article}
4343
4444
\usepackage[provide=*]{babel}
45-
\babelfont{rm}[Renderer=Harfbuzz]{Shobhika} % आप यहाँ कोई और यूनिकोड फॉण्ट भी चुन सकते हैं
45+
\babelfont{rm}[Renderer=Harfbuzz]{Mukta} % आप यहाँ कोई और यूनिकोड फॉण्ट भी चुन सकते हैं
4646
4747
\begin{document}
4848
@@ -66,7 +66,8 @@ LaTeX एक शक्तिशाली टाइपसेटिंग सि
6666
\usepackage{fontspec}
6767
\usepackage{polyglossia}
6868
\setmainlanguage{hindi}
69-
\newfontfamily\devanagarifont[Script=Devanagari]{Shobhika} % Script required in polyglossia
69+
% Script and Language usually required in polyglossia:
70+
\newfontfamily\devanagarifont[Script=Devanagari,Language=Hindi]{Mukta}
7071
```
7172
{: .noedit :}
7273

0 commit comments

Comments
 (0)