diff --git a/fonts/ARK-ES-DenseMedium.otf b/fonts/ARK-ES-DenseMedium.otf new file mode 100644 index 0000000..9aecad7 Binary files /dev/null and b/fonts/ARK-ES-DenseMedium.otf differ diff --git a/fonts/ARK-ES-DenseRegular.otf b/fonts/ARK-ES-DenseRegular.otf new file mode 100644 index 0000000..f589ee2 Binary files /dev/null and b/fonts/ARK-ES-DenseRegular.otf differ diff --git a/style.css b/style.css index 742dda8..a2c36a2 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ @font-face { - font-family: "Imperial" format("otf"); - src: url("/fonts/Imperial.otf"); + font-family: "ARK-ES" format("otf"); + src: url("/fonts/ARK-ES-DenseRegular.otf"); } + @font-face { font-family: "Aquino" format("otf"); src: url("/fonts/Aquino.otf"); @@ -48,8 +49,9 @@ img { #title { padding-left: 20px; - font-family: "Aquino"; - font-size: 50px; + font-family: "ARK-ES"; + font-weight: normal; + font-size: 70px; }