mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-12 19:27:18 +00:00
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||
|
|
||
|
<fontconfig>
|
||
|
<description>Disable Caskaydia Cove Nerd Font</description>
|
||
|
|
||
|
<selectfont>
|
||
|
<rejectfont>
|
||
|
<glob>/usr/share/fonts/nerd-fonts-git/OTF/Caskaydia*</glob>
|
||
|
</rejectfont>
|
||
|
</selectfont>
|
||
|
</fontcofig>
|