Skip to content

Instantly share code, notes, and snippets.

@santhoshtr
Created July 30, 2016 09:27
Show Gist options
  • Save santhoshtr/cd0558b2551162e35b82a7b2888b475d to your computer and use it in GitHub Desktop.
Save santhoshtr/cd0558b2551162e35b82a7b2888b475d to your computer and use it in GitHub Desktop.
Manjari Font variants Xelatex
\documentclass[11pt]{article}
\usepackage{polyglossia}
\newfontfamily{\manjari}[Script=Malayalam]{Manjari}
\newfontfamily{\manjaril}[Script=Malayalam, UprightFont={* Thin}]{Manjari}
\newfontfamily{\manjarib}[Script=Malayalam, UprightFont={* Bold}]{Manjari}
\begin{document}
\manjaril മലയാളത്തിനായി പുതിയൊരു യുണിക്കോഡ് അക്ഷരരൂപം കൂടി സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ്ങ് സമ്മാനിയ്ക്കുന്നു.
\manjari മലയാളത്തിനായി പുതിയൊരു യുണിക്കോഡ് അക്ഷരരൂപം കൂടി സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ്ങ് സമ്മാനിയ്ക്കുന്നു.
\manjarib മലയാളത്തിനായി പുതിയൊരു യുണിക്കോഡ് അക്ഷരരൂപം കൂടി സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ്ങ് സമ്മാനിയ്ക്കുന്നു.
\end{document}
@santhoshtr
Copy link
Author

Expected output:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment