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 /rollup.config.js
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 'rollup.config.js')
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 0454d4d7..33907655 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -97,7 +97,7 @@ module.exports = globSync('content/frontend/**/*.js')
dest: vendorDir,
},
{
- src: './node_modules/@gitlab/fonts/jetbrains-mono/JetBrainsMono*',
+ src: './node_modules/@gitlab/fonts/gitlab-mono/GitLabMono*',
dest: vendorDir,
},
],