This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add Fira Code Font to code-server. | |
# Place it under '/etc/pacman.d/hooks/' and reinstall code-server from AUR. | |
# Changing to any fonts by replacing 'https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css' url should work. | |
[Trigger] | |
Operation = Upgrade | |
Operation = Install | |
Type = Package | |
Target = code-server | |
[Action] | |
Description = Adding Fira Code font for code-server |