Showing
8 changed files
with
18 additions
and
4 deletions
1 | + | ||
2 | +@font-face{ | ||
3 | + font-family:"Batang_Regular"; | ||
4 | + src:url("/font/Batang_Regular.woff"); | ||
5 | + src:url("/font/Batang_Regular.woff") format('woff'), | ||
6 | + url("/font/Batang_Regular.woff") format('truetype'); | ||
7 | + | ||
8 | + font-style:normal; | ||
9 | + font-weight:normal; | ||
10 | +} | ||
1 | body { | 11 | body { |
2 | - padding: 100px; | 12 | + padding: 50px; |
3 | - font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; | 13 | + font-family: "Batang_Regular"; |
4 | } | 14 | } |
5 | - | 15 | +/* |
6 | body .gyeonggi { | 16 | body .gyeonggi { |
7 | display: inline-block; | 17 | display: inline-block; |
8 | vertical-align: center; | 18 | vertical-align: center; |
... | @@ -14,4 +24,4 @@ body .gyeonggi { | ... | @@ -14,4 +24,4 @@ body .gyeonggi { |
14 | vertical-align: middle; | 24 | vertical-align: middle; |
15 | text-align: center; | 25 | text-align: center; |
16 | font: "serif"; | 26 | font: "serif"; |
17 | -} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
27 | +} */ | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
public/font/Batang_Bold.woff
0 → 100644
No preview for this file type
public/font/Batang_Regular.woff
0 → 100644
No preview for this file type
public/font/TitleV.woff
0 → 100644
No preview for this file type
public/font/Title_Bold.woff
0 → 100644
No preview for this file type
public/font/Title_Light.woff
0 → 100644
No preview for this file type
public/font/Title_Medium.woff
0 → 100644
No preview for this file type
... | @@ -4,6 +4,10 @@ | ... | @@ -4,6 +4,10 @@ |
4 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap.min.css' /> | 4 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap.min.css' /> |
5 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-grid.min.css' /> | 5 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-grid.min.css' /> |
6 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-reboot.min.css' /> | 6 | <link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-reboot.min.css' /> |
7 | + <link rel="preconnect" href="https://fonts.gstatic.com"> | ||
8 | + <link href="https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap" rel="stylesheet"> | ||
9 | + <link rel="stylesheet" href="/css/style.css"> | ||
10 | + | ||
7 | <title>🏡 How about the Village?</title> | 11 | <title>🏡 How about the Village?</title> |
8 | <style> | 12 | <style> |
9 | img{display: block; margin: 0px auto;} | 13 | img{display: block; margin: 0px auto;} | ... | ... |
-
Please register or login to post a comment