mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
13a325c325
Ricty is a Japanese TrueType font, consisting of Inconsolata and Migu 1M. WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html Approved by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer) Obtained from: http://www.club.kyutech.ac.jp/~masaki/ports/font-ricty.shar
13 lines
247 B
XML
13 lines
247 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match target="font">
|
|
<test name="family">
|
|
<string>Ricty Discord</string>
|
|
</test>
|
|
<edit name="autohint">
|
|
<bool>false</bool>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|