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; }