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:
@@ -87,7 +87,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Arial', sans-serif;
|
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
color: #333;
|
color: #333;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
html, body {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--logo: 'LogoFont', sans-serif;
|
--logo: 'LobsetRegular', sans-serif;
|
||||||
--h1Fugaz: 'H1HomeMainFriaze', sans-serif;
|
--h1Fugaz: 'H1HomeMainFriaze', sans-serif;
|
||||||
--h1VictorMono: 'H1VM', monospace;
|
--h1VictorMono: 'H1VM', monospace;
|
||||||
--header1: 'Audiowide', cursive;
|
--header1: 'Audiowide', cursive;
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'LogoFont';
|
font-family: LobsetRegular;
|
||||||
src: url('./fonts/Lobster-Regular.ttf');
|
src: url('./fonts/Lobster-Regular.ttf');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
Binary file not shown.
@@ -1,9 +1,9 @@
|
|||||||
@import './base.css';
|
@import url(./fonts.css);
|
||||||
@import './fonts.css';
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-family: var(--text2);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mobile-logo">
|
<div class="mobile-logo">
|
||||||
<img :src="logoUrl" alt="Little logo begushiy bashkir" class="little-logo">
|
<img :src="logoUrl" alt="Little logo begushiy bashkir" class="little-logo">
|
||||||
<span>Бегущий Башкир</span>
|
<span class="write-logo">Бегущий Башкир</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -36,8 +36,9 @@ export default {
|
|||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-logo span {
|
.write-logo {
|
||||||
font-weight: 600;
|
font-family: var(--logo);
|
||||||
|
font-weight: 900;
|
||||||
color: #2e8b57;
|
color: #2e8b57;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
border: 2px solid black;
|
border: 2px solid black;
|
||||||
|
|||||||
Reference in New Issue
Block a user