From 149bb069d34336be8f73a49b4618fe59a572b92a Mon Sep 17 00:00:00 2001 From: DEVHARAM <gkfka5968@naver.com> Date: Mon, 9 Dec 2019 03:35:05 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=80=EC=94=A8=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DetailTour.vue | 8 ++++++-- src/views/MyPage.vue | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/DetailTour.vue b/src/views/DetailTour.vue index dc7c09d..7ff1b01 100644 --- a/src/views/DetailTour.vue +++ b/src/views/DetailTour.vue @@ -1,6 +1,6 @@ <template> <div id="app"> - <p id="title" class="display-3">{{tours.title}}</p> + <p id="title" class="display-4">{{tours.title}}</p> <p id="date" >{{tours.depart_day}} ~ {{tours.arrive_day}}</p> <button class="btn btn-outline-info" v-if="tours.tour_type==0"> 혼자여행 @@ -107,8 +107,12 @@ export default { </script> <style scoped> + @import url(//fonts.googleapis.com/earlyaccess/jejugothic.css); + #app { + margin: 15% auto auto auto + } *{ - font-family: "DX경필고딕"; + font-family: 'Jeju Gothic', sans-serif; } section{ width:150px; diff --git a/src/views/MyPage.vue b/src/views/MyPage.vue index cf3291e..1a3a95a 100644 --- a/src/views/MyPage.vue +++ b/src/views/MyPage.vue @@ -91,6 +91,7 @@ export default { } </script> <style> + @import url(//fonts.googleapis.com/earlyaccess/jejugothic.css); *{ color:#000000; } @@ -101,7 +102,7 @@ export default { margin: auto; padding:30px; text-align: center; - font-family: 'Nanum Pen Script', cursive !important; + font-family: 'Jeju Gothic', sans-serif !important; width: 40px; } td { -- GitLab