malayalam-fonts
Version:
A collection of open source Malayalam web fonts.
19 lines (16 loc) • 391 B
CSS
/* RIT Keraleeyam Bold */
@font-face {
font-family: 'RIT Keraleeyam';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(RIT-Keraleeyam-Bold.woff2) format('woff2');
}
/* RIT Keraleeyam Bold Italic */
@font-face {
font-family: 'RIT Keraleeyam';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(RIT-Keraleeyam-BoldItalic.woff2) format('woff2');
}