diff --git a/assets/css/main.css b/assets/css/main.css index fec5226..215c430 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;500;600&display=swap'); @tailwind base; @tailwind components; @@ -6,7 +7,7 @@ html { @apply !h-full; - font-family: 'Inter', sans-serif; + font-family: 'Inter', 'IBM Plex Sans KR' sans-serif; } body { diff --git a/components/FooterComponent.vue b/components/FooterComponent.vue index da4c98b..14a90aa 100644 --- a/components/FooterComponent.vue +++ b/components/FooterComponent.vue @@ -1,58 +1,46 @@