diff --git a/fonts/ARK-ES-DenseLight.otf b/fonts/ARK-ES-DenseLight.otf new file mode 100644 index 0000000..3658aab Binary files /dev/null and b/fonts/ARK-ES-DenseLight.otf differ diff --git a/style.css b/style.css index 6390e59..1cadc5a 100644 --- a/style.css +++ b/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 {