summaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/responsive.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/responsive.css')
-rw-r--r--app/assets/stylesheets/responsive.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/responsive.css b/app/assets/stylesheets/responsive.css
index df3f8e51e..ea30ab86c 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: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
font-size: 1.5em;
position: absolute;
@@ -253,7 +253,7 @@
}
.mobile-toggle-button:after {
- font-family: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
display: block;
margin-top: -3px;
content: '\2261';
@@ -261,7 +261,7 @@
/* search magnifier icon */
.search-magnifier {
- font-family: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
color: #bbb;
cursor: pointer;