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");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ARK-ES" format("otf");
|
||||
src: url("/fonts/ARK-ES-DenseLight.otf");
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: "Aquino" format("otf");
|
||||
@ -58,7 +63,8 @@ img {
|
||||
#subtitle {
|
||||
font-size: 30px;
|
||||
padding-left: 20px;
|
||||
font-family: "ARK-ES";
|
||||
font-family: "ARK-ES-DenseLight";
|
||||
font-weight: lighter;
|
||||
margin-top: -40px;
|
||||
}
|
||||
.description {
|
||||
|
Loading…
Reference in New Issue
Block a user