Skip to content

Commit

Permalink
fix: Add proper cjk fonts (#475)
Browse files Browse the repository at this point in the history
Co-authored-by: bobslept <38557801+bobslept@users.noreply.github.com>
  • Loading branch information
Tsubajashi and bobslept committed Sep 8, 2023
1 parent 52c6582 commit 63d52fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN /tmp/build.sh && \
systemctl enable dconf-update.service && \
fc-cache -f /usr/share/fonts/ubuntu && \
fc-cache -f /usr/share/fonts/inter && \
ln -s "/usr/share/fonts/google-noto-sans-cjk-fonts" "/usr/share/fonts/noto-cjk" && \
rm -f /etc/yum.repos.d/tailscale.repo && \
rm -f /usr/share/applications/fish.desktop && \
rm -f /usr/share/applications/htop.desktop && \
Expand Down
6 changes: 4 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"wireguard-tools",
"xprop",
"yaru-theme",
"zsh"
"zsh",
"google-noto-sans-cjk-fonts"
],
"bluefin-dx": [
"adobe-source-code-pro-fonts",
Expand Down Expand Up @@ -89,7 +90,8 @@
"firefox-langpacks",
"firefox",
"gnome-software-rpm-ostree",
"gnome-tour"
"gnome-tour",
"google-noto-sans-cjk-vf-fonts"
],
"bluefin-dx": [],
"bluefin-framework": [
Expand Down

0 comments on commit 63d52fb

Please sign in to comment.