blob: 14b828c7b527f67cdeb16fd2cd6c98e8fe092e2d (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
@font-face {
font-family: "Kanit";
src: url(./Kanit-Regular.ttf);
}
@font-face {
font-family: "Sarabun";
src: url(./Sarabun-Regular.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: "IBM Plex Sans Thai";
src: url(./IBMPlexSansThai-Regular.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: "Mali";
src: url(./Mali-Regular.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: "Kodchasan";
src: url(./Kodchasan-Regular.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: "Chonburi";
src: url(./Chonburi-Regular.ttf);
font-weight: 300;
font-style: normal
}
@font-face {
font-family: "Charm";
src: url(./Charm-Regular.ttf);
font-weight: 300;
font-style: normal
}
.font-Thai-0 {
font-family: "Sarabun";
}
.font-Thai-1 {
font-family: "Kanit";
}
.font-Thai-2 {
font-family: "IBM Plex Sans Thai";
}
.font-Thai-3 {
font-family: "Mali";
}
.font-Thai-4 {
font-family: "Kodchasan";
}
.font-Thai-5 {
font-family: "Charm";
}
.font-Thai-6 {
font-family: "Chonburi";
}
|