From 8abb865c5c97a735a5b2175068eeb4b3756ec32f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 18 May 2023 21:31:55 +0200 Subject: [PATCH] update fonts --- theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.css b/theme.css index bf90a6a..0119069 100644 --- a/theme.css +++ b/theme.css @@ -1,7 +1,10 @@ +@import url('https://fonts.cdnfonts.com/css/ubuntu-title'); + :root { --color-hover: #3c7ead; --color-primary-light-1: #4793cc; --color-primary: #4793cc; + --fonts-override: 'Ubuntu-Title'; } #navbar .active {