Skip to content

Commit

Permalink
Fixed FSMeridian Font
Browse files Browse the repository at this point in the history
  • Loading branch information
solodovnykov committed Mar 26, 2021
1 parent c5fcc9e commit b8ad9b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
16 changes: 8 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ body {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 50px;
box-sizing: border-box;
}
.root::after {
Expand Down Expand Up @@ -109,7 +108,7 @@ body {
display: flex;
align-items: center;
letter-spacing: 0.185em;
font-family: FS Meridian;
font-family: 'FSMeridian-Bold', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
Expand Down Expand Up @@ -163,12 +162,12 @@ body {
.info-footer {
text-orientation: mixed;
writing-mode: vertical-lr;
font-family: FS Meridian;
font-family: 'FSMeridian-Bold', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 72px;
letter-spacing: 0.185em;
transform: translateY(-5px);
transform: translate(8px, -5px);
}
.info-title {
font-family: "Century-Gothic";
Expand Down Expand Up @@ -249,17 +248,18 @@ body {
background-image: url("../img/circle-red.png");
transform: translateX(192px);
}
.info-footer {
transform: translateX(9px);
}


@media (max-width: 1550px) {
.wrapper {
padding: 0 20px;
box-sizing: border-box;
}
}
@media (max-height: 620px) {
.root {
padding-bottom: 50px;
}
}
@media (max-width: 1200px) {
.info-header {
margin-right: 70px;
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@
<div class="info">
<div class="info-header">
<div class="info-title">
Сообществво серверов по игре Minecraft
Сообщество серверов по игре Minecraft
</div>
<div class="info-text">
Мы создаем большое и адекватное комьюнити, в котором можно
будет прижиться каждому игроку сервера, обычному пользователю
и даже серверу. У нас нет рекламы, мы не сервер, а сообщество
дружелюбных и сплоченных серверов.
и даже серверу.
<br /><br />
У нас нет рекламы, мы не сервер, а сообщество дружелюбных и
сплоченных серверов.
</div>
<a
target="_blank
Expand Down

0 comments on commit b8ad9b1

Please sign in to comment.