1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

やさしさアンチック (コミックで使われるフォント) を honkitのpdf出力で使う

Posted at

フォントな。無料日本語フリーフォント

honkit 用の設定

  • 07YasashisaAntique.ttf/root/.local/share/fonts/にコピー
  • fc-list を実行すると 07やさしさアンチックと認識されている。
  • /root/.config/fontconfig/に以下fonts.conf を置く。
fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
   <match target="pattern">
        <edit name="family" mode="assign" binding="strong">
           <string>07やさしさアンチック</string>
        </edit>
    </match>
</fontconfig>
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?