diff --git a/fonts/ARK-ES-DenseLight.woff b/fonts/ARK-ES-DenseLight.woff new file mode 100644 index 0000000..96381a4 Binary files /dev/null and b/fonts/ARK-ES-DenseLight.woff differ diff --git a/fonts/ARK-ES-DenseMedium.woff b/fonts/ARK-ES-DenseMedium.woff new file mode 100644 index 0000000..349d00a Binary files /dev/null and b/fonts/ARK-ES-DenseMedium.woff differ diff --git a/fonts/ARK-ES-DenseRegular.woff b/fonts/ARK-ES-DenseRegular.woff new file mode 100644 index 0000000..0d39ebf Binary files /dev/null and b/fonts/ARK-ES-DenseRegular.woff differ diff --git a/index.html b/index.html index 95b0706..0c27bc7 100644 --- a/index.html +++ b/index.html @@ -14,18 +14,18 @@
-

Relearn - -

-

Relearning relearn

+
+ +
+

Relearning Relearn

diff --git a/style.css b/style.css index edcb992..98241a5 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,16 @@ @font-face { - font-family: "ARK-ES"; - src: url("/fonts/ARK-ES-DenseRegular.otf") format("otf"); + font-family: "ARK-ES Regular"; + src: url("/fonts/ARK-ES-DenseRegular.woff") format("woff"); +} + +@font-face { + font-family: "ARK-ES DenseMedium"; + src: url("/fonts/ARK-ES-DenseMedium.woff") format("woff"); } @font-face { font-family: "ARK-ES DenseLight"; - src: url("/fonts/ARK-ES-DenseLight.otf") format("otf"); + src: url("/fonts/ARK-ES-DenseLight.woff") format("woff"); } @font-face { @@ -55,15 +60,15 @@ img { #title { padding-left: 20px; - font-family: "ARK-ES"; + font-family: "ARK-ES DenseMedium"; font-weight: normal; - font-size: 70px; + font-size: 50px; } #subtitle { font-size: 30px; padding-left: 20px; - font-family: "ARK-ES-DenseLight"; + font-family: "ARK-ES Regular"; font-weight: lighter; margin-top: -40px; } @@ -72,6 +77,7 @@ img { padding-left: 20px; padding-right: 100px; margin-top: 40px; + font-family: "Inconsolata"; } .anarchive { @@ -92,7 +98,7 @@ h1 { .question { font-size: 22px; - font-family: "ARK-ES"; + font-family: "ARK-ES Regular"; } .details { @@ -108,5 +114,10 @@ a { } .dash { - font-family: "ARK-ES"; + font-family: "ARK-ES Regular"; +} + +#selector { + padding-left: 20px; + padding-top: 20px; }