From a8246c50c890dee09050e9afa7c7364a056cf250 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sun, 30 Nov 2025 21:37:03 +0100 Subject: fixed font name --- htroot/env/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htroot/env') diff --git a/htroot/env/base.css b/htroot/env/base.css index fa1bc033f..025980f6b 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -50,7 +50,7 @@ @font-face { font-family: 'Roboto Mono'; - src: url('fonts/Roboto-Mono.ttf') format('truetype'); + src: url('fonts/RobotoMono-Regular.ttf') format('truetype'); } @font-face { @@ -1232,4 +1232,4 @@ div#tagcloud { } -/************* header.template end ************/ \ No newline at end of file +/************* header.template end ************/ -- cgit v1.2.3