From fa48b41f48b805e23746b2c3674e67947023d419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Fri, 16 Apr 2021 23:17:23 +0200 Subject: [PATCH] Raleway font --- login/resources/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login/resources/css/custom.css b/login/resources/css/custom.css index 8f9b54a..b89ef1e 100644 --- a/login/resources/css/custom.css +++ b/login/resources/css/custom.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); :root { --primary-color: #7400b8; @@ -10,7 +10,7 @@ body { font-family: 'Karla', sans-serif; background-color: var(--background-color); min-height: 100vh; - font-family: 'Roboto', sans-serif; + font-family: 'Raleway', sans-serif; } .brand-wrapper {