From 5b2ecf541654a8a7b2695a1520d52f9154bc5749 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 5 Oct 2020 21:18:29 -0400 Subject: [PATCH] Move the font import to the top --- static/sexy.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/sexy.css b/static/sexy.css index af58d34..d96a351 100644 --- a/static/sexy.css +++ b/static/sexy.css @@ -1,3 +1,5 @@ +@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, @@ -60,7 +62,6 @@ body { overflow-x: hidden; } -@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:400,200,700"); .game { font-size: 100px;