Skip to content

Commit

Permalink
Add catrinity font
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Jul 31, 2024
1 parent 9b3ccc1 commit 73039c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ COPY --from=minidocks/texlive /usr/local/texlive/bin/x86_64-linuxmusl/luatex /us
COPY --from=dist /usr/share/texmf-fonts/public/dejavu /usr/share/tex/texmf/fonts/data/public/dejavu
COPY --from=dist /usr/share/texmf-fonts/gust/lm /usr/share/tex/texmf/fonts/data/gust/lm
RUN wget -P /usr/share/fonts http://quivira-font.com/files/Quivira.otf
RUN wget -P /usr/share/fonts https://catrinity-font.de/downloads/Catrinity.otf

# --jit
RUN apk add libgcc && clean
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ConTeXt standalone docker image ([minidocks/context](https://hub.docker.com/r/minidocks/python))
================================================================================================
ConTeXt standalone docker image ([minidocks/context](https://hub.docker.com/r/minidocks/context))
=================================================================================================

![](https://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png?6c748)

Expand All @@ -22,6 +22,9 @@ Fonts
- [Quivira](http://quivira-font.com/) is a proportional Unicode serif font that
contains more than the standard characters for some western European
languages.
- [Catrinity](https://catrinity-font.de/) is a free sans-serif OpenType font
that contains a lot of characters for various languages, plus many symbols,
including colorful emoji.

Usage
-----
Expand Down
6 changes: 4 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ set -e
image="${namespace:-minidocks}/context"
versions="
latest;lmtx
latest-with-fonts;lmtx;fonts
latest-with-docs;lmtx;docs
fonts;lmtx;fonts
docs;lmtx;docs
with-fonts;lmtx;fonts
with-docs;lmtx;docs
"

build() {
Expand Down

0 comments on commit 73039c9

Please sign in to comment.