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:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user