modified: main_dc/BB/bbvue/src/assets/main.css

modified:   main_dc/BB/bbvue/src/views/Home.vue
fast run font-family on home page main text
This commit is contained in:
2025-10-24 13:02:14 +05:00
parent eea907fe23
commit b828c6cfad
2 changed files with 12 additions and 4 deletions
+9 -1
View File
@@ -15,6 +15,7 @@ body {
--h1VictorMono: 'H1VM', monospace;
--header1: 'Audiowide', cursive;
--header2: 'fastrun', sans-serif;
--header3: 'fastrun-out', sans-serif;
--text1: 'Poppins', sans-serif;
--text2: 'Monttserrat', sans-serif;
--button1: 'NunitoSans', sans-serif;
@@ -22,7 +23,14 @@ body {
}
@font-face {
font-family: LobsetRegular;
font-family: 'FastRunOutLine';
src: url('@/src/assets/fonts/fastrun-outline.otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LobsetRegular';
src: url('@/src/assets/fonts/Lobster-Regular.ttf');
font-weight: normal;
font-style: normal;
+3 -3
View File
@@ -328,7 +328,7 @@ export default {
line-height: 1.1;
margin-bottom: 0.5rem;
letter-spacing: 2px;
font-family: 'Monttserrat', sans-serif;
font-family: var(--h1VictorMono);
font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
}
@@ -372,13 +372,13 @@ export default {
transition: all 0.3s ease;
border: 2px solid transparent;
gap: 0.5rem;
min-width: 120px;
min-width: 100px;
}
.btn-large {
padding: 18px 35px;
font-size: 1.1rem;
min-width: 140px;
min-width: 120px;
}
.btn-primary {