From a65e54f65de564a90c9a958b08f64e01a4779a4b Mon Sep 17 00:00:00 2001 From: Cassie Jones <code@witchoflight.com> Date: Fri, 18 Oct 2019 13:18:21 -0400 Subject: [PATCH] Give font a fallback --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2b63477..668f6f6 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ <meta name="twitter:image" content="https://www.witchoflight.com/assets/light.png"/> <link rel="canonical" href="https://www.witchoflight.com"/> <style> -h1 { color: #fefa5a; position: absolute; margin: 50vh auto; text-align: center; width: 100vw; font-family: courier; font-size: 3.8vw; animation-name: fade-out; animation-duration: 2s; animation-delay: 3s; animation-fill-mode: both; } +h1 { color: #fefa5a; position: absolute; margin: 50vh auto; text-align: center; width: 100vw; font-family: courier, monospace; font-size: 3.8vw; animation-name: fade-out; animation-duration: 2s; animation-delay: 3s; animation-fill-mode: both; } @media screen and (max-width: 1000px) { h1 { font-size: 7vw; } } body { background: #f78123; margin: 0; } svg { max-width: 100vw; max-height: 100vh; animation-name: fade-in; animation-duration: 2s; animation-delay: 4.5s; animation-fill-mode: both; } -- 2.47.0