Skip to content
Snippets Groups Projects
Commit 149bb069 authored by DEVSI's avatar DEVSI
Browse files

글씨체

parent c247271f
No related branches found
No related tags found
1 merge request!46글씨체
<template> <template>
<div id="app"> <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> <p id="date" >{{tours.depart_day}} ~ {{tours.arrive_day}}</p>
<button class="btn btn-outline-info" v-if="tours.tour_type==0"> <button class="btn btn-outline-info" v-if="tours.tour_type==0">
혼자여행 혼자여행
...@@ -107,8 +107,12 @@ export default { ...@@ -107,8 +107,12 @@ export default {
</script> </script>
<style scoped> <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{ section{
width:150px; width:150px;
......
...@@ -91,6 +91,7 @@ export default { ...@@ -91,6 +91,7 @@ export default {
} }
</script> </script>
<style> <style>
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
*{ *{
color:#000000; color:#000000;
} }
...@@ -101,7 +102,7 @@ export default { ...@@ -101,7 +102,7 @@ export default {
margin: auto; margin: auto;
padding:30px; padding:30px;
text-align: center; text-align: center;
font-family: 'Nanum Pen Script', cursive !important; font-family: 'Jeju Gothic', sans-serif !important;
width: 40px; width: 40px;
} }
td { td {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment