Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -6,6 +6,9 @@ | ... | @@ -6,6 +6,9 @@ |
6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 | <title>Page Title</title> | 7 | <title>Page Title</title> |
8 | 8 | ||
9 | +<!-- font --> | ||
10 | +<link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script&subset=korean" rel="stylesheet"> | ||
11 | +<link href="https://fonts.googleapis.com/css?family=Yeon+Sung&subset=korean" rel="stylesheet"> | ||
9 | 12 | ||
10 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 13 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
11 | <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> | 14 | <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> |
... | @@ -30,11 +33,13 @@ | ... | @@ -30,11 +33,13 @@ |
30 | 33 | ||
31 | h1 { | 34 | h1 { |
32 | color: white; | 35 | color: white; |
36 | + font-family: 'Nanum Brush Script', cursive; | ||
33 | } | 37 | } |
34 | 38 | ||
35 | label { | 39 | label { |
36 | color: white; | 40 | color: white; |
37 | font-size: 20px; | 41 | font-size: 20px; |
42 | + font-family: 'Yeon Sung', cursive; | ||
38 | } | 43 | } |
39 | 44 | ||
40 | </style> | 45 | </style> |
... | @@ -55,7 +60,7 @@ | ... | @@ -55,7 +60,7 @@ |
55 | <label>생년월일</label> | 60 | <label>생년월일</label> |
56 | <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> | 61 | <input type="text" name="birth" class="form-control" placeholder="971009" style="width:200px;"> |
57 | <br><br><br> | 62 | <br><br><br> |
58 | - <input type="submit" value="시작하기" class="btn btn-default" style="width:100px;font-weight: bold; font-size: 18px; background-color: white;"> | 63 | + <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;"> |
59 | </div> | 64 | </div> |
60 | </form> | 65 | </form> |
61 | </div> | 66 | </div> | ... | ... |
-
Please register or login to post a comment