This commit is contained in:
2023-10-15 18:06:40 +09:00
parent 8acb8f9b2f
commit 5723942055
5 changed files with 2 additions and 2 deletions

BIN
styles/fonts/FirgeNerd_v0.2.0.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
styles/fonts/M_PLUS_1p.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
styles/fonts/Zen_Maru_Gothic.zip (Stored with Git LFS) Normal file

Binary file not shown.

9
styles/fonts/fonts.conf Normal file
View File

@ -0,0 +1,9 @@
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<edit name="family" mode="assign">
<string>FirgeNerd</string>
</edit>
</match>
</fontconfig>