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;
|
--h1VictorMono: 'H1VM', monospace;
|
||||||
--header1: 'Audiowide', cursive;
|
--header1: 'Audiowide', cursive;
|
||||||
--header2: 'fastrun', sans-serif;
|
--header2: 'fastrun', sans-serif;
|
||||||
|
--header3: 'fastrun-out', sans-serif;
|
||||||
--text1: 'Poppins', sans-serif;
|
--text1: 'Poppins', sans-serif;
|
||||||
--text2: 'Monttserrat', sans-serif;
|
--text2: 'Monttserrat', sans-serif;
|
||||||
--button1: 'NunitoSans', sans-serif;
|
--button1: 'NunitoSans', sans-serif;
|
||||||
@@ -22,7 +23,14 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@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');
|
src: url('@/src/assets/fonts/Lobster-Regular.ttf');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ export default {
|
|||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
font-family: 'Monttserrat', sans-serif;
|
font-family: var(--h1VictorMono);
|
||||||
font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
|
font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -372,13 +372,13 @@ export default {
|
|||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
min-width: 120px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-large {
|
.btn-large {
|
||||||
padding: 18px 35px;
|
padding: 18px 35px;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
min-width: 140px;
|
min-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
|
|||||||
Reference in New Issue
Block a user