Skip to content

Commit

Permalink
Install Liberation fonts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed May 28, 2024
1 parent a70d61d commit 14d2ee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Probe runner package cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: imagemagick cargo fonts-noto-cjk
packages: imagemagick cargo fonts-liberation
version: 1.0

- name: Install oxipng from crates.io
Expand Down
3 changes: 0 additions & 3 deletions docs/util.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
#let issue(num) = text(eastern, link(package.repository + "/issues/" + str(num))[hydra\##num])

#let issues = text(eastern, link(package.repository + "/issues/")[GitHub:typst-community/mantodea])

#let raw-bg = gray.lighten(50%)
#let bbox = box.with(inset: (x: 0.25em), outset: (y: 0.25em), radius: 0.25em)
4 changes: 2 additions & 2 deletions src/theme.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
fonts: (
serif: ("Linux Libertine", "Liberation Serif"),
sans: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
mono: ("Liberation Mono", ),
mono: ("Liberation Mono",),

text: ("Linux Libertine", "Liberation Serif"),
headings: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
code: ("Liberation Mono", ),
code: ("Liberation Mono",),
),
colors: (
primary: eastern,
Expand Down

0 comments on commit 14d2ee8

Please sign in to comment.