From 28e6684e176f2110064622e0c3a9b465fb0b4d6f Mon Sep 17 00:00:00 2001 From: topa-LE Date: Thu, 21 Oct 2021 12:54:05 +0200 Subject: [PATCH] added google fonts --- theme-custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-custom.css b/theme-custom.css index c2ea621..0701393 100644 --- a/theme-custom.css +++ b/theme-custom.css @@ -1,6 +1,7 @@ /** OMV Dark Blue Theme V1.0 **/ /** for OMV 5 **/ /** created by topaLE **/ +@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed&display=swap'); .login-page, .shutdown-page { background : #131a23; }