|
@ -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 { |
|
|