Showing
1 changed file
with
18 additions
and
4 deletions
1 | +@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap'); | ||
1 | @import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap"); | 2 | @import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap"); |
3 | +@font-face { | ||
4 | + font-family: 'BMJUA'; | ||
5 | + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff'); | ||
6 | + font-weight: normal; | ||
7 | + font-style: normal; | ||
8 | +} | ||
9 | + | ||
10 | +@font-face { | ||
11 | + font-family: 'BMEULJIRO'; | ||
12 | + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff'); | ||
13 | + font-weight: normal; | ||
14 | + font-style: normal; | ||
15 | +} | ||
2 | 16 | ||
3 | button { | 17 | button { |
4 | margin: 10px; | 18 | margin: 10px; |
... | @@ -11,7 +25,7 @@ button { | ... | @@ -11,7 +25,7 @@ button { |
11 | display: inline-block; | 25 | display: inline-block; |
12 | padding: 15px 30px; | 26 | padding: 15px 30px; |
13 | border-radius: 15px; | 27 | border-radius: 15px; |
14 | - font-family: "paybooc-Light", sans-serif; | 28 | + font-family: "BMJUA", sans-serif; |
15 | box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); | 29 | box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); |
16 | text-decoration: none; | 30 | text-decoration: none; |
17 | font-weight: 600; | 31 | font-weight: 600; |
... | @@ -22,7 +36,7 @@ button { | ... | @@ -22,7 +36,7 @@ button { |
22 | position: relative; | 36 | position: relative; |
23 | padding: 15px 30px; | 37 | padding: 15px 30px; |
24 | border-radius: 15px; | 38 | border-radius: 15px; |
25 | - font-family: "paybooc-Light", sans-serif; | 39 | + font-family: "BMJUA", sans-serif; |
26 | box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); | 40 | box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); |
27 | text-decoration: none; | 41 | text-decoration: none; |
28 | font-weight: 600; | 42 | font-weight: 600; |
... | @@ -46,7 +60,7 @@ button { | ... | @@ -46,7 +60,7 @@ button { |
46 | 60 | ||
47 | .Title { | 61 | .Title { |
48 | font-size : 100px; | 62 | font-size : 100px; |
49 | - font-family: fantasy; | 63 | + font-family: BMEULJIRO; |
50 | color : aliceblue; | 64 | color : aliceblue; |
51 | margin-top: 15%; | 65 | margin-top: 15%; |
52 | text-align: center; | 66 | text-align: center; |
... | @@ -54,7 +68,7 @@ button { | ... | @@ -54,7 +68,7 @@ button { |
54 | 68 | ||
55 | .click_title { | 69 | .click_title { |
56 | font-size : 40px; | 70 | font-size : 40px; |
57 | - font-family: fantasy; | 71 | + font-family: BMEULJIRO; |
58 | color : aliceblue; | 72 | color : aliceblue; |
59 | margin-top: 40px; | 73 | margin-top: 40px; |
60 | margin-bottom: 20px; | 74 | margin-bottom: 20px; | ... | ... |
-
Please register or login to post a comment