mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
13 lines
301 B
XML
13 lines
301 B
XML
<?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>
|
|
</fontconfig>
|