diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-17 03:46:52 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-17 03:46:52 +0000 |
commit | adfe97f546f72013709e365450dbcb0979789ddf (patch) | |
tree | 3e2a46c235df442eb2485c4463ea73981a17f597 | |
parent | ab1cd525949a87e2a920166b3b1d2b696e738967 (diff) | |
download | redmine-adfe97f546f72013709e365450dbcb0979789ddf.tar.gz redmine-adfe97f546f72013709e365450dbcb0979789ddf.zip |
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
-rw-r--r-- | app/assets/stylesheets/responsive.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |