font test
This commit is contained in:
parent
87accb20ed
commit
6182ba046b
BIN
fonts/ARK-ES-DenseLight.otf
Normal file
BIN
fonts/ARK-ES-DenseLight.otf
Normal file
Binary file not shown.
@ -3,6 +3,11 @@
|
|||||||
src: url("/fonts/ARK-ES-DenseRegular.otf");
|
src: url("/fonts/ARK-ES-DenseRegular.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "ARK-ES" format("otf");
|
||||||
|
src: url("/fonts/ARK-ES-DenseLight.otf");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Aquino" format("otf");
|
font-family: "Aquino" format("otf");
|
||||||
@ -58,7 +63,8 @@ img {
|
|||||||
#subtitle {
|
#subtitle {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
font-family: "ARK-ES";
|
font-family: "ARK-ES-DenseLight";
|
||||||
|
font-weight: lighter;
|
||||||
margin-top: -40px;
|
margin-top: -40px;
|
||||||
}
|
}
|
||||||
.description {
|
.description {
|
||||||
|
Loading…
Reference in New Issue
Block a user