diff --git a/fonts/diatype-semi-mono-regular.woff b/fonts/diatype-semi-mono-regular.woff new file mode 100644 index 0000000..a1c32ff Binary files /dev/null and b/fonts/diatype-semi-mono-regular.woff differ diff --git a/index.html b/index.html index c2ff245..5c992a1 100644 --- a/index.html +++ b/index.html @@ -26,17 +26,17 @@

⤷ colophon

⤷ legend

diff --git a/style.css b/style.css index 87f290e..0869ae5 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,10 @@ src: url(/fonts/Symbolic-Regular.ttf); } +@font-face { + font-family: mono; + src: url(/fonts/diatype-semi-mono-regular.woff); +} :root{ --background: #252525; @@ -25,7 +29,7 @@ } body{ - font-family: monospace; + font-family: mono; margin: 0; overflow: hidden; background-color: var(--background); @@ -219,7 +223,7 @@ ellipse{ .marquee { position: absolute; - bottom: 300px; + bottom: 10%; color: white; }