Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-08-18 10:54:43 +0300
committerGitHub <noreply@github.com>2022-08-18 10:54:43 +0300
commit1cc1ca9ae1663e478ef41bda90ee187c07d69c87 (patch)
tree5f0fe011d2504644426e62ef3fba538a4c0bfdfd
parent6df4c0721d95b3f72dfe4457c36950ce5dfaa60d (diff)
Search font fix (#1179)
-rw-r--r--assets/scss/_search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_search.scss b/assets/scss/_search.scss
index c5768bb..4c8fe88 100644
--- a/assets/scss/_search.scss
+++ b/assets/scss/_search.scss
@@ -14,7 +14,7 @@
border-radius: 1rem;
}
- font-family: $font-awesome-font-name, $font-family-base;
+ font-family: $font-family-base, $font-awesome-font-name;
}
.popover.offline-search-result {