
--- client/resources/css/reset.css
+++ client/resources/css/reset.css
... | ... | @@ -2,9 +2,14 @@ |
2 | 2 |
font-family: "KoPubDotumBold"; |
3 | 3 |
src: url(../files/font/KoPubDotumBold_0.ttf); |
4 | 4 |
} |
5 |
+@font-face { |
|
6 |
+ font-family: "AuctionGothicBold"; |
|
7 |
+ src: url(../files/font/AUCTIONGOTHIC_BOLD.TTF) |
|
8 |
+} |
|
5 | 9 |
|
6 | 10 |
:root{ |
7 |
- --font-KoPubDotumLight:"KoPubDotumLight" |
|
11 |
+ --font-KoPubDotumLight:"KoPubDotumLight"; |
|
12 |
+ --font-AuctionGothicBold:"AuctionGothicBold"; |
|
8 | 13 |
} |
9 | 14 |
* { |
10 | 15 |
margin: 0; |
+++ client/resources/files/font/AUCTIONGOTHIC_BOLD.TTF
Binary file is not shown |
--- server/modules/web/Server.js
+++ server/modules/web/Server.js
... | ... | @@ -17,12 +17,12 @@ |
17 | 17 |
|
18 | 18 |
http.createServer(webServer).listen(PORT); |
19 | 19 |
https.createServer({ |
20 |
- /* key: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.com/u-dolbom.com_nopass.key`), |
|
20 |
+ key: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.com/u-dolbom.com_nopass.key`), |
|
21 | 21 |
cert: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.com/u-dolbom.com.pem`), |
22 |
- ca: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.com/Chain_RootCA_Bundle.crt`), */ |
|
23 |
- key: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.co.kr/u-dolbom.co.kr_nopass.key`), |
|
22 |
+ ca: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.com/Chain_RootCA_Bundle.crt`), |
|
23 |
+ /* key: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.co.kr/u-dolbom.co.kr_nopass.key`), |
|
24 | 24 |
cert: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.co.kr/u-dolbom.co.kr.pem`), |
25 |
- ca: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.co.kr/Chain_RootCA_Bundle.crt`), |
|
25 |
+ ca: fs.readFileSync(`${BASE_DIR}/server/modules/web/ssl/u-dolbom.co.kr/Chain_RootCA_Bundle.crt`), */ |
|
26 | 26 |
/* requestCert: false, |
27 | 27 |
rejectUnauthorized: false */ |
28 | 28 |
}, webServer).listen(443); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?