index.css
822 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@font-face {
font-family: 'KyoboHand';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/KyoboHand.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* {
word-break: keep-all;
overflow-wrap: break-word;
word-wrap: break-word;
}
html,
body {
max-height: 800px;
font-family: 'KyoboHand';
}
body {
margin: 0;
padding: 0;
font-family: 'KyoboHand','Nanum Gothic',Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
}
.ant-list-item-meta-content {
max-width: 500px;
overflow-x: scroll;
font-family: 'KyoboHand';
}
.ant-list-item-meta-title {
font-size: 20px !important;
font-family: 'KyoboHand';
}
.ant-list-item-meta-description {
display: flex;
color: black !important;
font-family: 'KyoboHand';
}