small edit
This commit is contained in:
parent
1747eef36a
commit
c406ca935b
BIN
fonts/ARK-ES-DenseMedium.otf
Normal file
BIN
fonts/ARK-ES-DenseMedium.otf
Normal file
Binary file not shown.
BIN
fonts/ARK-ES-DenseRegular.otf
Normal file
BIN
fonts/ARK-ES-DenseRegular.otf
Normal file
Binary file not shown.
10
style.css
10
style.css
@ -1,8 +1,9 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Imperial" format("otf");
|
font-family: "ARK-ES" format("otf");
|
||||||
src: url("/fonts/Imperial.otf");
|
src: url("/fonts/ARK-ES-DenseRegular.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Aquino" format("otf");
|
font-family: "Aquino" format("otf");
|
||||||
src: url("/fonts/Aquino.otf");
|
src: url("/fonts/Aquino.otf");
|
||||||
@ -48,8 +49,9 @@ img {
|
|||||||
|
|
||||||
#title {
|
#title {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
font-family: "Aquino";
|
font-family: "ARK-ES";
|
||||||
font-size: 50px;
|
font-weight: normal;
|
||||||
|
font-size: 70px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user