A custom Nerd Font combining ComicShannsMono's English characters with Maple Mono NF CN's Chinese support. Features 16 font variants with complete Unicode coverage.
ChHsich Nerd Font is a custom font that combines:
- ComicShannsMono Nerd Font for English characters and symbols
- Maple Mono NF CN for Chinese character support
This font provides excellent support for both English and Chinese text, making it perfect for developers and users who work with multilingual content.
- 16 font variants (Regular, Bold, Italic, BoldItalic, Light, LightItalic, Medium, MediumItalic, SemiBold, SemiBoldItalic, ExtraBold, ExtraBoldItalic, Thin, ThinItalic, ExtraLight, ExtraLightItalic)
- Complete Unicode coverage
- Nerd Font icons support
- Chinese character support
- Optimized for programming and development
# Using yay
yay -S chhsich-nerd-font
# Using paru
paru -S chhsich-nerd-font
# Using makepkg
git clone https://aur.archlinux.org/chhsich-nerd-font.git
cd chhsich-nerd-font
makepkg -si- Download the latest release from GitHub Releases
- Extract the ZIP file
- Copy the font files to your system:
# System-wide installation sudo cp -r ChHsichNerdFont/* /usr/share/fonts/ChHsichNerdFont/ sudo fc-cache -f -v # User installation mkdir -p ~/.local/share/fonts/ChHsichNerdFont cp -r ChHsichNerdFont/* ~/.local/share/fonts/ChHsichNerdFont/ fc-cache -f -v
After installation, you can use the font in your applications by selecting "ChHsich Nerd Font" from the font list.
ChHsichNerdFont-Regular- Regular weightChHsichNerdFont-Bold- Bold weightChHsichNerdFont-Italic- Italic styleChHsichNerdFont-BoldItalic- Bold italic styleChHsichNerdFont-Light- Light weightChHsichNerdFont-LightItalic- Light italic styleChHsichNerdFont-Medium- Medium weightChHsichNerdFont-MediumItalic- Medium italic styleChHsichNerdFont-SemiBold- Semi-bold weightChHsichNerdFont-SemiBoldItalic- Semi-bold italic styleChHsichNerdFont-ExtraBold- Extra-bold weightChHsichNerdFont-ExtraBoldItalic- Extra-bold italic styleChHsichNerdFont-Thin- Thin weightChHsichNerdFont-ThinItalic- Thin italic styleChHsichNerdFont-ExtraLight- Extra-light weightChHsichNerdFont-ExtraLightItalic- Extra-light italic style
- Package Name:
chhsich-nerd-font - Version: 1.0.0
- Architecture: any
- License: OFL (SIL Open Font License)
- Dependencies: fontconfig, xorg-fonts-encodings, xorg-font-util
- Provides: ttf-chhsich-nerd-font
- Conflicts: ttf-chhsich-nerd-font
- Replaces: ttf-chhsich-nerd-font
chhsich-nerd-font/
├── PKGBUILD # Package build script
├── .SRCINFO # Package metadata
├── chhsich-nerd-font.install # Post-install script
├── README.md # This file
├── DEVELOPMENT.md # Development history
└── .gitignore # Git ignore rules
The package is built using makepkg and includes:
- 16 TTF font files (288.60 MiB installed size)
- Font configuration files
- Automatic font cache update on install/upgrade/remove
- Font files:
/usr/share/fonts/ChHsichNerdFont/ - Font config:
/etc/fonts/conf.avail/66-chhsich-nerd-font.conf - Config link:
/etc/fonts/conf.d/66-chhsich-nerd-font.conf
The package can be completely removed using:
# Remove the package and all its files
sudo pacman -Rns chhsich-nerd-fontThis will:
- Remove all font files from
/usr/share/fonts/ChHsichNerdFont/ - Remove font configuration files
- Update font cache automatically
This font is licensed under the SIL Open Font License, Version 1.1.
- ComicShannsMono Nerd Font - Copyright (c) 2018 Shannon Miwa, Copyright (c) 2023 Jesus Gonzalez
- Maple Mono NF CN - Copyright 2022 The Maple Mono Project Authors
This AUR package is maintained by ChHsiching. For issues or contributions, please visit the GitHub repository.
- v1.0.0 - Initial AUR package release
- 16 font variants with complete Unicode coverage
- Proper installation paths and uninstall support
- Automatic font cache management
- Full compatibility with original project