From 9d81d56d810330a2341c4099f82f2f4e990d2174 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 28 Jan 2020 02:56:28 +0000 Subject: [PATCH] Fix missing generic font family (#32890). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19474 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index aa5502ee6..bdcfab97f 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -261,7 +261,7 @@ /* search magnifier icon */ .search-magnifier { - font-family: Verdana; + font-family: Verdana, sans-serif; color: #bbb; cursor: pointer;