From 25a4a419ae451f85d121d91681c69c7322439bbb Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Mon, 15 Nov 2021 09:16:52 +0100 Subject: [PATCH] Changed font to roboto --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 5f2dd9c..2a11f31 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -422,7 +422,7 @@ nav[aria-label="breadcrumb"] li:last-child a{ .header-bradcrumb .active { color: #cfcfcf; font-weight: 200; - font-family: "Quattrocento Sans", sans-serif; + font-family: "Roboto Mono", sans-serif; } .header-bradcrumb a:hover {