replace unicode play icon with font face icon

This commit is contained in:
imohkay 2021-10-25 12:01:19 +05:30
commit a7ffc402c0
13 changed files with 382 additions and 2 deletions

View file

@ -152,7 +152,6 @@ main > .film {
border: 4px solid rgba(#fff, 0.3);
border-radius: 50%;
box-sizing: border-box;
font-size: 36px;
text-decoration: none;
width: 54px;
height: 54px;
@ -160,6 +159,12 @@ main > .film {
align-items: center;
justify-content: center;
margin: auto;
.text {
font-family: "icomoon";
font-size: 42px;
display: block;
}
}
.film-play-block {