-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive-shuttle.css
More file actions
63 lines (57 loc) Β· 1.16 KB
/
live-shuttle.css
File metadata and controls
63 lines (57 loc) Β· 1.16 KB
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
.text-white-22-400 {
color: white;
font-size: 22px;
font-family: 'Noto Sans KR';
font-weight: 400;
line-height: 40px;
word-wrap: break-word;
}
.text-white-22-700-underline {
color: white;
font-size: 22px;
font-family: 'Noto Sans KR';
font-weight: 700;
text-decoration: underline;
line-height: 40px;
word-wrap: break-word;
}
.text-white-6-700 {
color: white;
font-size: 6px;
font-family: 'Noto Sans KR';
font-weight: 700;
line-height: 40px;
word-wrap: break-word;
}
.text-white-13-400 {
color: white;
font-size: 13px;
font-family: 'Noto Sans KR';
font-weight: 400;
line-height: 44px;
word-wrap: break-word;
}
.text-white-19-400 {
color: white;
font-size: 19px;
font-family: 'Noto Sans KR';
font-weight: 400;
line-height: 40px;
word-wrap: break-word;
}
.text-black-17-400 {
color: black;
font-size: 17px;
font-family: 'Noto Sans KR';
font-weight: 400;
line-height: 40px;
word-wrap: break-word;
}
.text-black-23-400 {
color: black;
font-size: 23px;
font-family: 'Noto Sans KR';
font-weight: 400;
line-height: 40px;
word-wrap: break-word;
}