mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
816ca639db
* Add MS fonts
* Remove old changelogs to prevent error reporting to Fusion
* More of the same
* Cleanup and removal of unused macros
* What happened there??
Signed-off-by: Gilver <rockgrub@disroot.org>
* Decimate LPF and completelely rewrite almost everything
* Actually nuke LPF
* Fix weird typo?
* %foundry does...WEIRD things
* Something didn't save?
* LMAO
Signed-off-by: Gilver <rockgrub@disroot.org>
* I swear
Signed-off-by: Gilver <rockgrub@disroot.org>
* Oops
Signed-off-by: Gilver <rockgrub@disroot.org>
* I see
---------
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit b9cd5f5c3d)
Co-authored-by: Gilver <rockgrub@disroot.org>
17 lines
352 B
XML
17 lines
352 B
XML
<?xml version="1.0" encoding='UTF-8'?>
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
|
<fontconfig>
|
|
<alias>
|
|
<family>cursive</family>
|
|
<prefer>
|
|
<family>Comic Sans MS</family>
|
|
</prefer>
|
|
</alias>
|
|
<alias>
|
|
<family>Comic Sans MS</family>
|
|
<default>
|
|
<family>cursive</family>
|
|
</default>
|
|
</alias>
|
|
</fontconfig>
|