Skip to content

Commit 61a0ea3

Browse files
committed
1
1 parent a3f2c5b commit 61a0ea3

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

web/core.css

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

3-
4-
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');
5-
6-
.gowun-batang-regular {
7-
font-family: "Gowun Batang", Consolas;
8-
font-weight: 400;
9-
font-style: normal;
10-
}
3+
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Noto+Sans+KR:wght@100..900&display=swap');
114

125
body {
136
margin-top : 0.0em;
@@ -86,13 +79,19 @@ pre {
8679
padding: 4px 8px;
8780
border-radius: 8px;
8881
font-size: 1.0em;
89-
font-family: "Gowun Batang", Consolas;
82+
font-family: "Noto Sans KR", Consolas;
83+
font-optical-sizing: auto;
84+
font-weight: 400;
85+
font-style: normal;
9086
}
9187

9288
code {
9389
background-color: #fafbf1;
9490
font-size: 1.0em;
95-
font-family: "Gowun Batang", Consolas;
91+
font-family: "Noto Sans KR", Consolas;
92+
font-optical-sizing: auto;
93+
font-weight: 400;
94+
font-style: normal;
9695
}
9796

9897
table {

web/template-markdown/page.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
title: 셈말짓기
3-
description: 셈말짓기에 대한 소개입니다.
4-
date: 2025-03-07 00:00:00+0000
5-
weight: 1
6-
image: 훈민정음.jpg
7-
categories:
8-
- code1009
9-
---
10-
11-
12-
셈말짓기
1+
셈말짓기
132
code1009
143
[https://github.com/code1009](https://github.com/code1009)
154
[https://code1009.github.io/](https://code1009.github.io/)

0 commit comments

Comments
 (0)