edited post
This commit is contained in:
parent
c241103dc8
commit
6ec7336a4b
|
@ -1,5 +1,6 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
|
||||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
|
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3&display=swap');
|
||||||
|
|
||||||
*,
|
*,
|
||||||
::after,
|
::after,
|
||||||
|
@ -29,7 +30,7 @@ h2 { font-size: 18px; }
|
||||||
h3 { font-size: 16px; }
|
h3 { font-size: 16px; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Source Sans 3", "Pretendard", sans-serif !important;
|
font-family: "Inter", "Source Sans 3", "Pretendard", sans-serif !important;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Reference in New Issue