Skip to content

Commit 48ab5df

Browse files
committed
Update style
1 parent 1a4f6ae commit 48ab5df

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-02-27T22:09:32+09:00</updated><id>/feed.xml</id><title type="html">SDEV Lab</title><subtitle>Software Development and Verification Methodologies Lab@CBNU </subtitle><entry><title type="html">SDEV 연구실 대학원생 모집(2026년 전기 2차)</title><link href="/2025/12/31/Recruit.html" rel="alternate" type="text/html" title="SDEV 연구실 대학원생 모집(2026년 전기 2차)" /><published>2025-12-31T00:00:00+09:00</published><updated>2025-12-31T00:00:00+09:00</updated><id>/2025/12/31/Recruit</id><content type="html" xml:base="/2025/12/31/Recruit.html"><![CDATA[<h1 id="sdev-연구실-대학원생-모집">SDEV 연구실 대학원생 모집</h1>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.0.1">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2026-02-27T22:17:51+09:00</updated><id>/feed.xml</id><title type="html">SDEV Lab</title><subtitle>Software Development and Verification Methodologies Lab@CBNU </subtitle><entry><title type="html">SDEV 연구실 대학원생 모집(2026년 전기 2차)</title><link href="/2025/12/31/Recruit.html" rel="alternate" type="text/html" title="SDEV 연구실 대학원생 모집(2026년 전기 2차)" /><published>2025-12-31T00:00:00+09:00</published><updated>2025-12-31T00:00:00+09:00</updated><id>/2025/12/31/Recruit</id><content type="html" xml:base="/2025/12/31/Recruit.html"><![CDATA[<h1 id="sdev-연구실-대학원생-모집">SDEV 연구실 대학원생 모집</h1>
22
33
<p>2025년 12월 31일</p>
44

index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,16 @@
136136
</div>
137137
<div class="content">
138138
<article class="post">
139+
<div class="post-content" style="width: 775px; font-size: 18px; text-align: justify; padding: 15px;">
140+
<p>Software Development and Methodologies Lab &lt;/br&gt;</p>
139141

140-
<p>
141-
</br>
142-
</br>
143-
</p>
144-
145-
<p>
146-
142+
</div>
147143
<center>
148144

149145
<img src="/public/img/sdev-010.png" width=150 />
150146
</br>
151147

152-
<font size="5.5" type="Open Sans">
148+
<font size="5.5" type="Noto Sans">
153149
Software Development and Verification Methodologies Lab </br>
154150

155151
소프트웨어 개발검증 연구실@충북대학교</br>

public/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--breakpoint-md: 768px;
3030
--breakpoint-lg: 992px;
3131
--breakpoint-xl: 1200px;
32-
--font-family-sans-serif: "Roboto", "Noto Sans KR";
32+
--font-family-sans-serif: "Noto Sans", "Noto Sans KR";
3333
--font-family-serif: "Noto Sans KR";
3434
}
3535

@@ -49,7 +49,7 @@ body {
4949
height: 100%;
5050
margin: 0;
5151
padding: 0;
52-
font-family: 'Open Sans', 'Noto Sans KR', serif;
52+
font-family: 'Noto Sans', 'Noto Sans KR', serif;
5353
color: #2c3e50;
5454
}
5555

@@ -113,7 +113,7 @@ code {
113113

114114
.sidebar-brand > a {
115115
font-size: 300%;
116-
font-family: 'Open Sans';
116+
font-family: 'Noto Sans';
117117
color: #003B7A;
118118
}
119119

@@ -206,7 +206,7 @@ article {
206206
padding: 0 5% 0;
207207
font-size: 17px;
208208
margin-bottom: 100px;
209-
line-height: 1.9;
209+
line-height: 1.3;
210210
}
211211

212212
article.home div a, article.home pre a { color: #2c3e50; }
@@ -232,7 +232,7 @@ article h3,
232232
article h4,
233233
article h5,
234234
article h6 {
235-
font-family: "Roboto", "Noto Sans KR";
235+
font-family: "Noto Sans", "Noto Sans KR";
236236
color: #333;
237237
margin-bottom: 0;
238238
}
@@ -290,7 +290,7 @@ footer {
290290
margin-top: 80px;
291291
font-size: 0.75em;
292292
font-weight: lighter;
293-
font-family: "Roboto";
293+
font-family: "Noto Sans";
294294
line-height: 1.5;
295295
}
296296

0 commit comments

Comments
 (0)