edited post

This commit is contained in:
Morgan 2023-10-29 16:20:29 +09:00
parent c241103dc8
commit 6ec7336a4b
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
@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://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Source+Sans+3&display=swap');
*,
::after,
@ -29,7 +30,7 @@ h2 { font-size: 18px; }
h3 { font-size: 16px; }
body {
font-family: "Source Sans 3", "Pretendard", sans-serif !important;
font-family: "Inter", "Source Sans 3", "Pretendard", sans-serif !important;
font-size: 14px;
line-height: 1.8;
word-break: break-word;