Skip to content
Snippets Groups Projects
Commit f2176093 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Fix iosevka font

parent 57e04012
Branches
No related tags found
No related merge requests found
Pipeline #88895 failed
...@@ -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.gz https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.gz - wget -O iosevka-funke.tar.xz https://config.pages.eisfunke.com/iosevka/iosevka-funke.tar.xz
- 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.gz - tar -xf iosevka-funke.tar.xz
- 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment