From 612cc8661e3d91c75f42a21700e7594227fc06a8 Mon Sep 17 00:00:00 2001 From: marcos Date: Wed, 2 Jun 2021 17:34:08 +0200 Subject: [PATCH] add 9pt font size --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3db4c42e5f..1435905d5e 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -107,7 +107,7 @@ } * { - font-size: 8.5pt; + font-size: 9pt; -moz-osx-font-smoothing: grayscale; line-height: 16pt; }