16 lines
547 B
Plaintext
16 lines
547 B
Plaintext
packages:
|
|
dnf:
|
|
fontconfig: []
|
|
freetype: []
|
|
google-noto-sans-fonts: [] # Google Noto fonts for wide language support
|
|
dejavu-sans-fonts: [] # Common sans-serif fonts compatible with Chart.js
|
|
liberation-fonts: [] # Another sans-serif fallback font collection
|
|
|
|
container_commands:
|
|
01_install_montserrat:
|
|
command: |
|
|
cd /tmp
|
|
curl -O https://fonts.google.com/download?family=Montserrat
|
|
unzip Montserrat.zip -d /usr/share/fonts/montserrat
|
|
fc-cache -fv # Rebuild the font cache to include Montserrat
|