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

Boah ey, fonts!

parent f2176093
No related branches found
No related tags found
No related merge requests found
Pipeline #88896 passed
stages: stages:
- prepare
- build - build
fonts:
stage: prepare
image: alpine
script:
- apk add --no-cache tar unzip xz wget
- 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 raleway.tar.xz https://github.com/theleagueof/raleway/releases/download/4.101/Raleway-4.101.tar.xz
- tar -xf iosevka-funke.tar.xz
- tar -xf raleway.tar.xz
- unzip zilla-slab.zip
- mkdir fonts
- mv /ttf/*.ttf fonts
- mv zilla-slab/otf/*.otf fonts
- mv Raleway-4.101/static/OTF/*.otf fonts
artifacts:
paths:
- fonts
build-latest: build-latest:
stage: build stage: build
......
...@@ -3,6 +3,6 @@ LABEL maintainer="Jonas Zohren" ...@@ -3,6 +3,6 @@ LABEL maintainer="Jonas Zohren"
RUN pacman -Syu --noconfirm RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm --needed \ RUN pacman -S --noconfirm --needed \
git \ extra/git \
extra/adobe-source-sans-fonts \ extra/adobe-source-sans-fonts \
extra/adobe-source-serif-fonts extra/adobe-source-serif-fonts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment