Skip to content

Commit 5a87b63

Browse files
committed
1
1 parent 61a0ea3 commit 5a87b63

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

web/core.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "utf-8";
22

3-
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&display=swap');
3+
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Nanum+Gothic+Coding:wght@100..900&display=swap');
44

55
body {
66
margin-top : 0.0em;
@@ -19,7 +19,7 @@ body {
1919
padding-right : 0px;
2020

2121
/*font-family : 맑은 고딕;*/
22-
font-family: "Gowun Batang", Consolas;
22+
font-family: "Gowun Batang", sans-serif;
2323
font-size : 1.0em;
2424
font-weight : normal;
2525
font-style : normal;
@@ -79,17 +79,15 @@ pre {
7979
padding: 4px 8px;
8080
border-radius: 8px;
8181
font-size: 1.0em;
82-
font-family: "Noto Sans KR", Consolas;
83-
font-optical-sizing: auto;
82+
font-family: "Nanum Gothic Coding", monospace;
8483
font-weight: 400;
8584
font-style: normal;
8685
}
8786

8887
code {
8988
background-color: #fafbf1;
9089
font-size: 1.0em;
91-
font-family: "Noto Sans KR", Consolas;
92-
font-optical-sizing: auto;
90+
font-family: "Nanum Gothic Coding", monospace;
9391
font-weight: 400;
9492
font-style: normal;
9593
}

0 commit comments

Comments
 (0)