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:
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