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>
<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;
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment