small edit

This commit is contained in:
alicestrt 2021-06-01 12:04:01 +03:00
parent 1747eef36a
commit c406ca935b
3 changed files with 6 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,9 @@
@font-face {
font-family: "Imperial" format("otf");
src: url("/fonts/Imperial.otf");
font-family: "ARK-ES" format("otf");
src: url("/fonts/ARK-ES-DenseRegular.otf");
}
@font-face {
font-family: "Aquino" format("otf");
src: url("/fonts/Aquino.otf");
@ -48,8 +49,9 @@ img {
#title {
padding-left: 20px;
font-family: "Aquino";
font-size: 50px;
font-family: "ARK-ES";
font-weight: normal;
font-size: 70px;
}