From bc7dbb470bbfab8c60cab5386fa4a572e729a9c5 Mon Sep 17 00:00:00 2001 From: BenjaminToby <52448020+BenjaminToby@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:27:30 +0100 Subject: [PATCH] Change font, add perspective. --- v2.css | 14 +++++++------- v2.html | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/v2.css b/v2.css index bd60209..ccbce2a 100644 --- a/v2.css +++ b/v2.css @@ -45,7 +45,7 @@ header { } header > a { - font-family: "hennigar"; + font-family: "Anton"; font-size: 36px; text-transform: uppercase; border: none; @@ -123,7 +123,7 @@ a:hover { } h1, h2, h3, h4 { - font-family: "hennigar"; + font-family: "Anton"; margin-top: 0px; margin-bottom: 15px; width: 100%; @@ -350,7 +350,7 @@ input:focus { align-content: center; justify-content: space-between; cursor: pointer; - z-index: 2000; + z-index: 1000; border-radius: 5px; } @@ -422,7 +422,7 @@ input:focus { } #toby-hero-text { - font-family: "hennigar"; + font-family: "Anton"; font-size: 205px; text-transform: uppercase; letter-spacing: 0px; @@ -552,11 +552,11 @@ input:focus { .hero-watermark { position: absolute; font-size: 40em; - font-family: "hennigar"; + font-family: "Anton"; z-index: -1; top: -20px; color: rgba(0,0,0,0.05); - letter-spacing: 20px; + letter-spacing: -5px; white-space: nowrap; } @@ -612,7 +612,7 @@ input:focus { } .section-watermark { - font-family: "hennigar"; + font-family: "Anton"; position: absolute; color: rgba(0,0,0,0.05); font-size: 15em; diff --git a/v2.html b/v2.html index 5e01c7c..ef4876e 100644 --- a/v2.html +++ b/v2.html @@ -10,7 +10,7 @@ Tben Design - + @@ -117,12 +117,12 @@