modified: begushiybashkir/bbvue/src/App.vue
modified: begushiybashkir/bbvue/src/assets/base.css new file: begushiybashkir/bbvue/src/assets/fonts/Lobster-Regular.ttf add font family for write logo into begushiybashkir site
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<img src="./assets/logo/Logo.png" alt="Little logo begushiy bashkir" class="little-logo">
|
||||
</div>
|
||||
<div class="logo-box">
|
||||
<strong><i>Бегущий Башкир</i></strong>
|
||||
<span><i>Бегущий Башкир</i></span>
|
||||
</div>
|
||||
<div class="logo-box team">
|
||||
<span>team</span>
|
||||
@@ -175,6 +175,8 @@ body {
|
||||
.logo-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: 'LogoFont';
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.little-logo {
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'LogoFont';
|
||||
src: url('./fonts/Lobster-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user