Skip to content

Commit 5885af9

Browse files
committed
+ taml/local.css
1 parent 1be1707 commit 5885af9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎taml/local.css

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
@font-face {
2+
font-family: 'Noto Serif Tamil WF';
3+
src: url('webfonts/notoseriftamil-regular-webfont.woff2') format('woff2');
4+
font-weight: normal;
5+
font-style: normal;
6+
}
7+
@font-face {
8+
font-family: 'Noto Sans Tamil WF';
9+
src: url('webfonts/notosanstamil-regular-webfont.woff2') format('woff2');
10+
font-weight: normal;
11+
font-style: normal;
12+
}
13+
14+
[lang=ta] {
15+
font-family: 'Noto Serif Tamil WF', serif;
16+
font-size: 140%;
17+
}
18+
19+
20+
21+
22+
23+
24+

0 commit comments

Comments
 (0)