From 11e3cc08e87ecc1266cde200bb1f778bf7713e85 Mon Sep 17 00:00:00 2001 From: Luke Oh Date: Mon, 15 Apr 2024 01:31:31 +0900 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 742443c..c7ecd79 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ text-align: center; /* 텍스트 가운데 정렬 */ background-color: #343434; /* 배경색상 */ color: white; /* 텍스트 색상 */ - font-family: 'GyeonggiBatang', Arial, sans-serif; /* 웹폰트 적용 */ + font-family: 'GyeonggiTitleM', Arial, sans-serif; /* 웹폰트 적용 */ } input[type="text"] { @@ -51,7 +51,7 @@ background-color: #343434; /* 배경색상과 일치 */ text-align: center; /* 텍스트 가운데 정렬 */ color: white; /* 입력된 텍스트 색상 */ - font-family: 'GyeonggiBatang', Arial, sans-serif; /* 웹폰트 적용 */ + font-family: 'GyeonggiTitleM', Arial, sans-serif; /* 웹폰트 적용 */ width: 70%; /* 상대적인 너비 설정 */ max-width: 800px; /* 최대 너비 설정 */ }