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
path: root/Rules
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 /Rules
parent4f98a2a911402145f04705c59aea69abf896d879 (diff)
Add GitLab Sans and JetBrains Mono fonts
Diffstat (limited to 'Rules')
-rw-r--r--Rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules b/Rules
index a2ba5231..da252b0a 100644
--- a/Rules
+++ b/Rules
@@ -175,6 +175,7 @@ layout '/**/*', :erb
passthrough '/favicon.ico'
postprocess do
+ raise "Failed to copy GitLab fonts. Run 'yarn install' and try again." unless system('make add-gitlab-fonts')
raise "postprocessing error" unless system('nanoc frontend')
Gitlab::SymlinksConverter.run(config, items)