From: Go MAEDA Date: Thu, 17 Oct 2024 03:46:52 +0000 (+0000) Subject: Replace Verdana with Noto Sans in responsive.css for consistency with the new default... X-Git-Tag: 6.0.0~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=adfe97f546f72013709e365450dbcb0979789ddf;p=redmine.git Replace Verdana with Noto Sans in responsive.css for consistency with the new default theme (#41321). git-svn-id: https://svn.redmine.org/redmine/trunk@23138 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/assets/stylesheets/responsive.css b/app/assets/stylesheets/responsive.css index b4ec6e607..df3f8e51e 100644 --- a/app/assets/stylesheets/responsive.css +++ b/app/assets/stylesheets/responsive.css @@ -155,7 +155,7 @@ } #project-jump .drdn-trigger:before { /* set a font-size in order to achive same result in different themes */ - font-family: Verdana, sans-serif; + font-family: "Noto Sans", sans-serif; font-size: 1.5em; position: absolute; @@ -253,7 +253,7 @@ } .mobile-toggle-button:after { - font-family: Verdana, sans-serif; + font-family: "Noto Sans", sans-serif; display: block; margin-top: -3px; content: '\2261'; @@ -261,7 +261,7 @@ /* search magnifier icon */ .search-magnifier { - font-family: Verdana, sans-serif; + font-family: "Noto Sans", sans-serif; color: #bbb; cursor: pointer;