-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmm.css
More file actions
26 lines (26 loc) · 883 Bytes
/
Copy pathmm.css
File metadata and controls
26 lines (26 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@font-face {
font-family: 'MM3';
src: url('chrome-extension://__MSG_@@extension_id__/mm3.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Padauk';
src: url('chrome-extension://__MSG_@@extension_id__/Padauk.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ZawGyi';
src: url('chrome-extension://__MSG_@@extension_id__/ZawgyiOne.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'YoeYar-One';
src: url('chrome-extension://__MSG_@@extension_id__/YoeYar-One.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.__mm { font-family: 'YoeYar-One';font-size: 110%; !important;}
.__zg { font-family: 'ZawGyi' !important; padding-left: 0.5em;border-left: 2px solid #FD1100;}