From fabeb0e4fbb8a7e5da1b52ea5579d3d037bf3c74 Mon Sep 17 00:00:00 2001 From: urbicide <40123196+urbicide@users.noreply.github.com> Date: Wed, 11 Nov 2020 16:18:14 +0300 Subject: [PATCH] Extra chromosome update --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index db665c0..da04743 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,12 @@ +@font-face { + font-family: Down-Regular; + src: url(/fonts/down_regular.otf); +} + body { background: #F6CEFC; background-image: url('/img/rainbow.gif'); - font-family: monospace; + font-family: Down-Regular, monospace; text-align: center; }