김윤지

Merge branch 'master' into 'master'

폰트 수정



See merge request !6
......@@ -3,8 +3,7 @@
<head>
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script&amp;subset=korean" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Yeon+Sung&amp;subset=korean" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
......@@ -71,8 +70,8 @@
text: "실시간 사망률",
style: {
color: "#FFFFFF",
fontWeight: "bold",
fontFamily: 'Yeon Sung',
//fontWeight: "bold",
fontFamily: 'Do Hyeon',
fontSize:'32px'
}
},
......@@ -191,8 +190,8 @@ plotOptions: {
text: "기온",
style: {
color: "#FFFFFF",
fontWeight: "bold",
fontFamily: 'Yeon Sung',
//fontWeight: "bold",
fontFamily: 'Do Hyeon',
fontSize:'25px'
}
......@@ -300,8 +299,8 @@ plotOptions: {
text: "풍속",
style: {
color: "#FFFFFF",
fontWeight: "bold",
fontFamily: 'Yeon Sung',
//fontWeight: "bold",
fontFamily: 'Do Hyeon',
fontSize:'25px'
}
},
......@@ -408,8 +407,8 @@ plotOptions: {
text: "강수량",
style: {
color: "#FFFFFF",
fontWeight: "bold",
fontFamily: 'Yeon Sung',
//fontWeight: "bold",
fontFamily: 'Do Hyeon',
fontSize:'25px'
}
},
......
......@@ -9,6 +9,7 @@
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script&amp;subset=korean" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Yeon+Sung&amp;subset=korean" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
......@@ -25,7 +26,7 @@
<style type="text/css">
body {
/* background-image: url('background.jpg');
/* background-image: url('newbackground.png');
background-repeat: no-repeat;
background-size: cover; */
/* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */
......@@ -33,13 +34,13 @@
h1 {
color: white;
font-family: 'Nanum Brush Script', cursive;
font-family: 'Do Hyeon', sans-serif;
}
label {
color: white;
font-size: 20px;
font-family: 'Yeon Sung', cursive;
font-family: 'Do Hyeon', sans-serif;
}
#banner {
position: absolute;
......@@ -52,7 +53,7 @@
width: 100%;
height: 50px;
text-align: center;
font-family: 'Yeon Sung', cursive;
font-family: 'Do Hyeon', sans-serif;
color:white;
}
</style>
......@@ -75,7 +76,7 @@
<label>생년월일</label>
<input type="text" name="birth" class="form-control" placeholder="991025" style="width:200px;">
<br><br><br>
<input type="submit" value="시작하기" class="btn btn-default" style="font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;">
<input type="submit" value="시작하기" class="btn btn-default" style="font-family: 'Do Hyeon', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;">
</div>
</form>
</div>
......