misc,dep: 기본 글꼴을 Pretendard로 일괄 적용용

This commit is contained in:
2021-12-07 00:27:50 +09:00
parent c14f06615e
commit e8148ab4dc
59 changed files with 67 additions and 78 deletions
+1 -7
View File
@@ -2,7 +2,7 @@
body {
color: white;
background-color: black;
font-family: '맑은 고딕';
font-family: 'Pretendard';
}
table {
@@ -17,7 +17,6 @@ table {
font-size: 13px;
word-break: break-all;
text-align: center;
font-family: '맑은 고딕';
}
th,
@@ -33,7 +32,6 @@ td {
font-size: 13px;
word-break: break-all;
text-align: center;
font-family: '맑은 고딕';
}
a.just_link {
@@ -73,8 +71,6 @@ a.just_link {
font-size: 13px;
word-break: break-all;
text-align: center;
font-family: '맑은 고딕';
;
}
.obj_fill {
@@ -87,7 +83,6 @@ button.with_skin {
padding: 0 4px;
background-color: black;
color: white;
font-family: '맑은 고딕';
font-size: 13px;
}
@@ -98,7 +93,6 @@ button.with_skin:disabled {
input.with_skin {
background-color: black;
color: white;
font-family: '맑은 고딕';
font-size: 13px;
}
+3 -3
View File
@@ -7,10 +7,10 @@ body, html{
margin-top: 70px;
}
h1.title {
h1.title {
font-size: 50px;
font-family: 'Passion One', cursive;
font-weight: 400;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
font-weight: 400;
}
hr{
+3 -3
View File
@@ -7,10 +7,10 @@
margin-top: 70px;
}
h1.title {
h1.title {
font-size: 50px;
font-family: 'Passion One', cursive;
font-weight: 400;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
font-weight: 400;
}
hr{
+1 -1
View File
@@ -10,7 +10,7 @@ html {
h1.title {
font-size: 50px;
font-family: 'Passion One', cursive;
font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic';
font-weight: 400;
}