首页
Showing
3 changed files
with
9 additions
and
0 deletions
| ... | @@ -60,6 +60,12 @@ watch(language, (val) => { | ... | @@ -60,6 +60,12 @@ watch(language, (val) => { |
| 60 | font-display: swap; | 60 | font-display: swap; |
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | @font-face { | ||
| 64 | font-family: 'MyCustomFontBlackltalic'; | ||
| 65 | src: url('@/assets/fonsFamily/Exo2-BlackItalic.ttf') format('truetype'); | ||
| 66 | font-display: swap; | ||
| 67 | } | ||
| 68 | |||
| 63 | .box { | 69 | .box { |
| 64 | width: 1600px; | 70 | width: 1600px; |
| 65 | margin: auto; | 71 | margin: auto; | ... | ... |
src/assets/fonsFamily/Exo2-BlackItalic.ttf
0 → 100644
No preview for this file type
| ... | @@ -310,6 +310,7 @@ function goBooking(n, f) { | ... | @@ -310,6 +310,7 @@ function goBooking(n, f) { |
| 310 | </script> | 310 | </script> |
| 311 | 311 | ||
| 312 | <style lang="scss" scoped> | 312 | <style lang="scss" scoped> |
| 313 | |||
| 313 | .itemBox, .itemBox_en { | 314 | .itemBox, .itemBox_en { |
| 314 | padding: 20px; | 315 | padding: 20px; |
| 315 | background: #211D50; | 316 | background: #211D50; |
| ... | @@ -338,6 +339,7 @@ function goBooking(n, f) { | ... | @@ -338,6 +339,7 @@ function goBooking(n, f) { |
| 338 | width: 90%; | 339 | width: 90%; |
| 339 | max-width: 220px; | 340 | max-width: 220px; |
| 340 | margin: 0 auto; | 341 | margin: 0 auto; |
| 342 | font-family: MyCustomFontBlackltalic, serif; | ||
| 341 | 343 | ||
| 342 | &:hover { | 344 | &:hover { |
| 343 | box-shadow: 0 0 10px #eee; | 345 | box-shadow: 0 0 10px #eee; |
| ... | @@ -385,6 +387,7 @@ function goBooking(n, f) { | ... | @@ -385,6 +387,7 @@ function goBooking(n, f) { |
| 385 | width: 90%; | 387 | width: 90%; |
| 386 | max-width: 220px; | 388 | max-width: 220px; |
| 387 | margin: 0 auto; | 389 | margin: 0 auto; |
| 390 | font-family: MyCustomFontBlackltalic, serif; | ||
| 388 | 391 | ||
| 389 | img { | 392 | img { |
| 390 | position: relative; | 393 | position: relative; | ... | ... |
-
Please register or sign in to post a comment