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:
Binary file not shown.
|
After Width: | Height: | Size: 232 KiB |
@@ -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;
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,5 @@
|
||||
@import './base.css';
|
||||
@import './fonts.css';
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user