-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
41 lines (30 loc) · 760 Bytes
/
index.css
File metadata and controls
41 lines (30 loc) · 760 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
@font-face {
font-family: "#{$name}";
src: url("#{$asset-path}fonts/#{$file}.otf") format("otf"),
url("#{$asset-path}fonts/#{$file}.ttf") format("truetype");
}
@font-face {
font-family: "Noto Sans KR";
src: url("/src/public/fonts/NotoSansKR-Regular.otf") ;
}
@font-face {
font-family: "Gmarket Sans";
src: url("/src/public/fonts/GmarketSansTTFMedium.ttf") ;
}
@font-face {
font-family: "Gmarket Sans Light";
src: url("/src/public/fonts/GmarketSansTTFLight.ttf") ;
}
.postTitle {
width: 438px;
height: 90px;
overflow: hidden;
font-family: "Gmarket Sans";
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 150%;
margin-bottom: 15px;
padding-right: 80px;
letter-spacing: -0.005em;
}