From 9147c85d9ff7c9ddfd8b8a0dc8711ffdc6a8c7a2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Nov 2020 03:35:32 +0100 Subject: [PATCH] Fix size of roboto font --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f1bbe40d51a..7f31bad876d 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1307,7 +1307,7 @@ function top_htmlhead($head, $title = '', $disablejs = 0, $disablehead = 0, $arr if (!empty($conf->global->MAIN_ENABLE_FONT_ROBOTO)) { print ''."\n"; - print ''."\n"; + print ''."\n"; } if (!defined('DISABLE_JQUERY') && !$disablejs && $conf->use_javascript_ajax)