From ae4144f3c5267e68aaa9dafd8fc4b460953e65a2 Mon Sep 17 00:00:00 2001 From: Calvo Date: Mon, 16 Jan 2023 16:57:03 +0100 Subject: [PATCH] Fix ehorus fonts and glyphicons --- pandora_console/include/ehorus/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/ehorus/css/style.css b/pandora_console/include/ehorus/css/style.css index 54eb372de9..d4572bec2c 100644 --- a/pandora_console/include/ehorus/css/style.css +++ b/pandora_console/include/ehorus/css/style.css @@ -1,10 +1,17 @@ +@font-face { + font-family: 'Glyphicons Halflings'; + src: url('../fonts/glyphicons-halflings-regular.woff') format('woff'); + src: +} + .terminal-main { font-family: monospace; font-size: 10pt; } #ehorus-client-container { - font-family: 'lato'; + font-family: 'Lato', sans-serif; + font-weight: 400; } .glyphicon {