malayalam-fonts
Version:
A collection of open source Malayalam web fonts.
32 lines (27 loc) • 845 B
CSS
/* Gayathri */
@font-face {
font-family: "Gayathri";
font-style: normal;
font-display: swap;
font-weight: 400;
src: url(Gayathri-Regular.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+0D01-0D7F, U+200C, U+200D, U+25CC;
}
/* Gayathri Bold */
@font-face {
font-family: "Gayathri";
font-style: normal;
font-display: swap;
font-weight: 700;
src: url(Gayathri-Bold.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+0D01-0D7F, U+200C, U+200D, U+25CC;
}
/* Gayathri Thin */
@font-face {
font-family: "Gayathri";
font-style: normal;
font-display: swap;
font-weight: 100;
src: url(Gayathri-Thin.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+0D01-0D7F, U+200C, U+200D, U+25CC;
}