diff --git a/serv_nginx/bbvue/public/images/homePagePhoto/JumpVoronkyRun.jpg b/serv_nginx/bbvue/public/images/homePagePhoto/JumpVoronkyRun.jpg new file mode 100644 index 0000000..bb4d35c Binary files /dev/null and b/serv_nginx/bbvue/public/images/homePagePhoto/JumpVoronkyRun.jpg differ diff --git a/serv_nginx/bbvue/src/assets/base.css b/serv_nginx/bbvue/src/assets/base.css index b1ff4e0..dc19555 100644 --- a/serv_nginx/bbvue/src/assets/base.css +++ b/serv_nginx/bbvue/src/assets/base.css @@ -1,9 +1,4 @@ -@font-face { - font-family: 'LogoFont'; - src: url('./fonts/Lobster-Regular.ttf'); - font-weight: normal; - font-style: normal; -} + html, body { margin: 0; diff --git a/serv_nginx/bbvue/src/assets/fonts.css b/serv_nginx/bbvue/src/assets/fonts.css new file mode 100644 index 0000000..8fafa1a --- /dev/null +++ b/serv_nginx/bbvue/src/assets/fonts.css @@ -0,0 +1,16 @@ +@font-face { + font-family: 'LogoFont'; + src: url('./fonts/Lobster-Regular.ttf'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'H1HomeMainFriaze'; + src: url(./fonts/FugazOne-Regular.ttf); +} + +@font-face { + font-family: 'H1VM'; + src: url('./fonts/VictorMono-VariableFont_wght.ttf'); +} \ No newline at end of file diff --git a/serv_nginx/bbvue/src/assets/fonts/FugazOne-Regular.ttf b/serv_nginx/bbvue/src/assets/fonts/FugazOne-Regular.ttf new file mode 100644 index 0000000..560bb2a Binary files /dev/null and b/serv_nginx/bbvue/src/assets/fonts/FugazOne-Regular.ttf differ diff --git a/serv_nginx/bbvue/src/assets/fonts/VictorMono-VariableFont_wght.ttf b/serv_nginx/bbvue/src/assets/fonts/VictorMono-VariableFont_wght.ttf new file mode 100644 index 0000000..a3099a0 Binary files /dev/null and b/serv_nginx/bbvue/src/assets/fonts/VictorMono-VariableFont_wght.ttf differ diff --git a/serv_nginx/bbvue/src/assets/main.css b/serv_nginx/bbvue/src/assets/main.css index da2de8a..74e8003 100644 --- a/serv_nginx/bbvue/src/assets/main.css +++ b/serv_nginx/bbvue/src/assets/main.css @@ -1,4 +1,5 @@ @import './base.css'; +@import './fonts.css'; html { margin: 0; diff --git a/serv_nginx/bbvue/src/views/Home.vue b/serv_nginx/bbvue/src/views/Home.vue index 680f0f8..2ed8933 100644 --- a/serv_nginx/bbvue/src/views/Home.vue +++ b/serv_nginx/bbvue/src/views/Home.vue @@ -255,6 +255,7 @@ export default { .hero-title { margin-bottom: 1.5rem; + font-style: italic; } .title-main { @@ -263,6 +264,8 @@ export default { font-weight: 800; line-height: 1.1; margin-bottom: 0.5rem; + letter-spacing: 2px; + font-family: 'H1VM', sans-serif; } .title-sub { @@ -270,6 +273,7 @@ export default { font-size: 1.5rem; font-weight: 300; opacity: 0.9; + font-family: 'H1VM', sans-serif; } .hero-description { @@ -280,6 +284,7 @@ export default { max-width: 600px; margin-left: auto; margin-right: auto; + letter-spacing: 2px; } .hero-actions {