File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Throw better error when spawning snap Chromium from another snap app ([ #317 ] ( https://github.com/marp-team/marp-cli/pull/317 ) )
8
8
9
+ ### Changed
10
+
11
+ - Use Noto CJK font instead of broken font-ipa in Docker image ([ #318 ] ( https://github.com/marp-team/marp-cli/pull/318 ) )
12
+
9
13
## v0.23.0 - 2020-12-05
10
14
11
15
### Changed
Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ RUN apk update && apk upgrade && \
11
11
freetype@edge \
12
12
libstdc++@edge \
13
13
harfbuzz@edge \
14
- wqy-zenhei@edge \
15
14
ttf-liberation@edge \
15
+ font-noto-cjk@edge \
16
16
font-noto-devanagari@edge \
17
17
font-noto-arabic@edge \
18
18
font-noto-bengali@edge \
19
- font-ipa@edge \
20
19
nss@edge
21
20
22
21
RUN addgroup -S marp && adduser -S -g marp marp \
You can’t perform that action at this time.
0 commit comments