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:
authorSarah German <sgerman@gitlab.com>2023-01-20 03:22:11 +0300
committerDavid O'Regan <doregan@gitlab.com>2023-01-20 03:22:11 +0300
commitc7e370d993c1503d3d111893c2930645862b14d7 (patch)
tree4ec6bb880b3f5bda37ddde83973ab699082bde04 /Makefile
parent4f98a2a911402145f04705c59aea69abf896d879 (diff)
Add GitLab Sans and JetBrains Mono fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4f987b8..a8368c58 100644
--- a/Makefile
+++ b/Makefile
@@ -203,4 +203,9 @@ check-global-navigation:
check-pages-not-in-nav: install-nodejs-dependencies
@scripts/pages_not_in_nav.js | jq
+add-gitlab-fonts:
+ @printf "\n$(INFO)INFO: Copying GitLab fonts...$(END)\n"
+ cp -v node_modules/@gitlab/fonts/gitlab-sans/GitLabSans.woff2 public/assets/fonts
+ cp -v node_modules/@gitlab/fonts/jetbrains-mono/JetBrainsMono* public/assets/fonts
+
test: setup rspec-tests jest-tests eslint-tests prettier-tests stylelint-tests hadolint-tests yamllint-tests markdownlint-tests check-global-navigation