From 1d5d04a3c3a5960efb807c203c0f3c0b2fdc5870 Mon Sep 17 00:00:00 2001 From: Andy C <acraigi2@myune.edu.au> Date: Sat, 18 Aug 2018 11:30:24 +0900 Subject: [PATCH] changed font --- css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/core.css b/css/core.css index 88bc1bc..6731c80 100644 --- a/css/core.css +++ b/css/core.css @@ -1,5 +1,6 @@ html, body, #wrapper{ height: 100%; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif } #input-div, #output-div{ height: 90%; -- GitLab