new file: serv_nginx/bbvue/public/images/homePagePhoto/JumpVoronkyRun.jpg

modified:   serv_nginx/bbvue/src/assets/base.css
	new file:   serv_nginx/bbvue/src/assets/fonts.css
	new file:   serv_nginx/bbvue/src/assets/fonts/FugazOne-Regular.ttf
	new file:   serv_nginx/bbvue/src/assets/fonts/VictorMono-VariableFont_wght.ttf
	modified:   serv_nginx/bbvue/src/assets/main.css
	modified:   serv_nginx/bbvue/src/views/Home.vue
add font and set it into home page h1 begushiybashkir.ru site
This commit is contained in:
2025-10-18 04:00:57 +05:00
parent 6f422e5867
commit 7ecf987c14
7 changed files with 23 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

+1 -6
View File
@@ -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;
+16
View File
@@ -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');
}
+1
View File
@@ -1,4 +1,5 @@
@import './base.css';
@import './fonts.css';
html {
margin: 0;
+5
View File
@@ -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 {