Skip to content

Commit 14d2ee8

Browse files
committed
Install Liberation fonts in CI
1 parent a70d61d commit 14d2ee8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Probe runner package cache
1616
uses: awalsh128/cache-apt-pkgs-action@latest
1717
with:
18-
packages: imagemagick cargo fonts-noto-cjk
18+
packages: imagemagick cargo fonts-liberation
1919
version: 1.0
2020

2121
- name: Install oxipng from crates.io

docs/util.typ

-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
#let issue(num) = text(eastern, link(package.repository + "/issues/" + str(num))[hydra\##num])
66

77
#let issues = text(eastern, link(package.repository + "/issues/")[GitHub:typst-community/mantodea])
8-
9-
#let raw-bg = gray.lighten(50%)
10-
#let bbox = box.with(inset: (x: 0.25em), outset: (y: 0.25em), radius: 0.25em)

src/theme.typ

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
fonts: (
33
serif: ("Linux Libertine", "Liberation Serif"),
44
sans: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
5-
mono: ("Liberation Mono", ),
5+
mono: ("Liberation Mono",),
66

77
text: ("Linux Libertine", "Liberation Serif"),
88
headings: ("Liberation Sans", "Helvetica Neue", "Helvetica"),
9-
code: ("Liberation Mono", ),
9+
code: ("Liberation Mono",),
1010
),
1111
colors: (
1212
primary: eastern,

0 commit comments

Comments
 (0)