Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PandocPlusPlus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jonas Zohren
PandocPlusPlus
Commits
f2176093
Commit
f2176093
authored
Jul 3, 2022
by
Jonas Zohren
Browse files
Options
Downloads
Patches
Plain Diff
Fix iosevka font
parent
57e04012
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#88895
failed
Jul 3, 2022
Stage: prepare
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
f2176093
...
@@ -7,14 +7,14 @@ fonts:
...
@@ -7,14 +7,14 @@ fonts:
image
:
alpine
image
:
alpine
script
:
script
:
-
apk add --no-cache tar unzip xz wget
-
apk add --no-cache tar unzip xz wget
-
wget -O iosevka-funke.tar.
g
z https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.
g
z
-
wget -O iosevka-funke.tar.
x
z https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.
x
z
-
wget -O zilla-slab.zip https://github.com/mozilla/zilla-slab/releases/download/v1.002/Zilla-Slab-Fonts-v1.002.zip
-
wget -O zilla-slab.zip https://github.com/mozilla/zilla-slab/releases/download/v1.002/Zilla-Slab-Fonts-v1.002.zip
-
wget -O raleway.tar.xz https://github.com/theleagueof/raleway/releases/download/4.101/Raleway-4.101.tar.xz
-
wget -O raleway.tar.xz https://github.com/theleagueof/raleway/releases/download/4.101/Raleway-4.101.tar.xz
-
tar -xf iosevka-funke.tar.
g
z
-
tar -xf iosevka-funke.tar.
x
z
-
tar -xf raleway.tar.xz
-
tar -xf raleway.tar.xz
-
unzip zilla-slab.zip
-
unzip zilla-slab.zip
-
mkdir fonts
-
mkdir fonts
-
mv
iosevka-funke
/ttf/*.ttf fonts
-
mv /ttf/*.ttf fonts
-
mv zilla-slab/otf/*.otf fonts
-
mv zilla-slab/otf/*.otf fonts
-
mv Raleway-4.101/static/OTF/*.otf fonts
-
mv Raleway-4.101/static/OTF/*.otf fonts
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment