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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2023-06-09 11:01:32 +0300
committerLukas Eipert <leipert@gitlab.com>2023-06-22 15:09:07 +0300
commit579eae8897757168e5e518f400b142bbd17397ba (patch)
treef3ed5b90108e3c1a3b7d4487dd78d411ae355e3b /layouts/redirect.html
parente43f6775589c77710cd2b1908b273934e2a5228e (diff)
Use GitLab Mono over JetBrains Mono
GitLab Mono is a font based on JetBrains Mono, however: - it only needs two font files rather than four, because it is based on the variable font - ligatures are already removed - the backtick bug, e.g. `A` is fixed See also: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123056
Diffstat (limited to 'layouts/redirect.html')
-rw-r--r--layouts/redirect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/redirect.html b/layouts/redirect.html
index 003d8113..fe93bfbb 100644
--- a/layouts/redirect.html
+++ b/layouts/redirect.html
@@ -8,7 +8,7 @@
<meta http-equiv="refresh" content="0; url=<%= @item[:redirect_to] %>">
<!-- GitLab Fonts and UI -->
<link rel="preload" href="/assets/vendor/GitLabSans.woff2" as="font" crossorigin />
- <link rel="prefetch" href="/assets/vendor/JetBrainsMono.woff2" as="font" crossorigin />
+ <link rel="prefetch" href="/assets/vendor/GitLabMono.woff2" as="font" crossorigin />
<link rel="stylesheet" href="/assets/vendor/index.css">
<link rel="stylesheet" href="/assets/vendor/utility_classes.css">
<!-- Custom -->