modified: main_dc/bbvue/src/App.vue

deleted:    main_dc/bbvue/src/assets/base.css
	modified:   main_dc/bbvue/src/assets/fonts.css
	modified:   main_dc/bbvue/src/assets/fonts/Lobster-Regular.ttf
	modified:   main_dc/bbvue/src/assets/main.css
	modified:   main_dc/bbvue/src/components/writeLogo.vue
add to variables new added fonts
This commit is contained in:
2025-10-23 03:48:01 +05:00
parent d23c21b325
commit 30378da9bd
6 changed files with 8 additions and 13 deletions
-1
View File
@@ -87,7 +87,6 @@ a {
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
overflow-x: hidden;
-5
View File
@@ -1,5 +0,0 @@
html, body {
margin: 0;
}
+2 -2
View File
@@ -1,5 +1,5 @@
:root {
--logo: 'LogoFont', sans-serif;
--logo: 'LobsetRegular', sans-serif;
--h1Fugaz: 'H1HomeMainFriaze', sans-serif;
--h1VictorMono: 'H1VM', monospace;
--header1: 'Audiowide', cursive;
@@ -11,7 +11,7 @@
}
@font-face {
font-family: 'LogoFont';
font-family: LobsetRegular;
src: url('./fonts/Lobster-Regular.ttf');
font-weight: normal;
font-style: normal;
Binary file not shown.
+2 -2
View File
@@ -1,9 +1,9 @@
@import './base.css';
@import './fonts.css';
@import url(./fonts.css);
html {
margin: 0;
padding: 0;
font-family: var(--text2);
}
body {
+4 -3
View File
@@ -1,7 +1,7 @@
<template>
<div class="mobile-logo">
<img :src="logoUrl" alt="Little logo begushiy bashkir" class="little-logo">
<span>Бегущий Башкир</span>
<span class="write-logo">Бегущий Башкир</span>
</div>
</template>
@@ -36,8 +36,9 @@ export default {
border: 2px solid white;
}
.mobile-logo span {
font-weight: 600;
.write-logo {
font-family: var(--logo);
font-weight: 900;
color: #2e8b57;
font-size: 0.9rem;
border: 2px solid black;