summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-11-30 21:37:03 +0100
committerMichael Peter Christen <mc@yacy.net>2025-11-30 21:37:03 +0100
commita8246c50c890dee09050e9afa7c7364a056cf250 (patch)
tree9c53abeae759b7cffa936807e0519634685af1f8
parenta5ed11a5dc994526bc29be2d74f68e94a4e775c1 (diff)
fixed font name
-rw-r--r--htroot/env/base.css4
1 files changed, 2 insertions, 2 deletions
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 ************/