This commit is contained in:
2023-10-15 18:06:40 +09:00
parent 8acb8f9b2f
commit 5723942055
5 changed files with 2 additions and 2 deletions

View File

@ -40,11 +40,11 @@ pages:
- apt-get update && apt-get install -y calibre --no-install-recommends - apt-get update && apt-get install -y calibre --no-install-recommends
- apt-get update && apt-get install -y fontconfig unzip sudo - apt-get update && apt-get install -y fontconfig unzip sudo
- unzip "./fonts/*.zip" -d /usr/share/fonts/ - unzip "./styles/fonts/*.zip" -d /usr/share/fonts/
&& fc-cache -fv && fc-cache -fv
- mkdir -p /etc/fonts/conf.d && - mkdir -p /etc/fonts/conf.d &&
cp -a ./fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf && cp -a ./styles/fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
fc-cache -fv fc-cache -fv
- sudo corepack enable - sudo corepack enable