Browse Source

font test

master
alicestrt 3 years ago
parent
commit
6182ba046b
  1. BIN
      fonts/ARK-ES-DenseLight.otf
  2. 8
      style.css

BIN
fonts/ARK-ES-DenseLight.otf

Binary file not shown.

8
style.css

@ -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…
Cancel
Save