Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

malayalam-fonts

ramesh-k152MIT1.0.8

A collection of open source Malayalam web fonts.

Malayalam, Web, Font, Fonts, Typeface, Variable, Serif, Sans-serif, Display, Handwriting, SMC, RIT, Chilanka, Gayathri, Malini, Manjari, Nupuram, Ala, Chingam, Ezhuthu, Indira, Karuna, Keraleeyam, Kutty, Lasya, Lekha, Meera, Panmana, Rachana, Sundar, TNJoy, Thaara, Uroob

readme

Malayalam Fonts

A collection of open source Malayalam web fonts.

Fonts

Font Family Version
Chilanka 1.7
Gayathri 1.300
Malini 1.000-beta.8 (Variable Font)
Manjari 2.200
Nupuram 1.000-beta.2 (Variable Font)
Nupuram Arrows Color 1.000-beta.2
Nupuram Calligraphy 1.000-beta.2 (Variable Font)
Nupuram Color 1.000-beta.2 (Variable Font)
Nupuram Display 1.000-beta.2
Nupuram Dots 1.000-beta.2
RIT Ala 1.0
RIT Chingam 1.2.1
RIT Ezhuthu 1.5.2
RIT Indira 1.0
RIT Karuna 1.2.2
RIT Keraleeyam 3.2.1
RIT Keram 1.0
RIT Kutty 1.3.2
RIT Lasya 1.0
RIT Lekha 1.0
RIT Meera New 1.6.2
RIT Panmana 1.4.3
RIT Rachana 1.5.2
RIT Sundar 2.3.1
RIT TN Joy 1.6.2
RIT Thaara 1.0
RIT Uroob 2.1.1

Installation

npm install malayalam-fonts

Usage

In your main application file or website component, import these fonts like this:

import "malayalam-fonts";

You can specify the font name in a CSS file, CSS Module, or CSS-in-JS. Example:

body {
  font-family: "RIT Meera New";
  font-weight : normal;
  font-style  : normal;
}

Use these fonts directly from jsDelivr CDN

To embed RIT Meera New font, copy the code into the <head> of your html :

<style>
   @import url('https://cdn.jsdelivr.net/npm/malayalam-fonts@latest/fonts.min.css');
   html {
   font-family : 'RIT Meera New';
   font-weight : normal;
   font-style  : normal;
   }
</style>

The CSS file for each font and its usage-related information are contained in their respective font directories under fonts.


npm