This commit is contained in:
Morgan 2024-04-02 14:56:48 +09:00
parent f9d7d66bbe
commit 2d66c37fe4
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
baseURL: "http://blog.morgan.kr" baseURL: "http://blog.morgan.kr"
title: "Someone's Blog" title: "Blog"
theme: "plain" theme: "mytheme"
buildDrafts: false buildDrafts: false
buildFuture: false buildFuture: false

View File

@ -1,5 +1,5 @@
@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=JetBrains+Mono:ital,wght@0,300;0,400;1,300;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+KR:wght@200;300;400;500;600;700&family=Open+Sans:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;1,300;1,400&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans:wght@200;300;400;500;600;700&family=Open+Sans:wght@200;300;400;500;600;700&display=swap');
*, *,
::after, ::after,
@ -29,7 +29,7 @@ h2 { font-size: 18px; }
h3 { font-size: 16px; } h3 { font-size: 16px; }
body { body {
font-family: "Open Sans", "Lato", "Pretendard", sans-serif !important; font-family: "Noto Sans", "Lato", "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;

View File

@ -1 +1 @@
name: oldtheme name: mytheme