From da4d5129ac10d3bc5e7a012475e6fa4d1ffcc996 Mon Sep 17 00:00:00 2001 From: huise0ng Date: Mon, 1 Apr 2024 15:59:08 +0900 Subject: [PATCH] =?UTF-8?q?FIX=20::=20=ED=8F=B0=ED=8A=B8=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 9d0a02a..ce70799 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -78,12 +78,12 @@ export default { } @font-face { - font-family: 'KCC_Hanbit.ttf'; + font-family: 'KCC Hanbit Gothic'; src: url('/fonts/KCC_Hanbit.ttf') format('truetype'); } .name { - font-family: 'KCC_Hanbit.ttf', sans-serif; + font-family: 'KCC Hanbit Gothic', sans-serif; font-size: 14px; margin-top: 5px; }