From 75108c7760e3e879ca26ff934fd20bc3d3537574 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Wed, 11 Sep 2024 05:41:44 +0200 Subject: [PATCH] fix: change the code font for index, tests and licenses pages --- templates/layout.ejs | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/layout.ejs b/templates/layout.ejs index 203af50..79d6131 100644 --- a/templates/layout.ejs +++ b/templates/layout.ejs @@ -33,8 +33,6 @@ border-radius: 7px; display: block; padding: 0.2em; - font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Hack, Menlo, Consolas, Monaco, monospace; - font-size: 0.85em; margin: auto; width: 95%; }