<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Fontconfig on s0racat&#39;s blog</title>
    <link>https://s0racat.github.io/tags/fontconfig/</link>
    <description>Recent content in Fontconfig on s0racat&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 17 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://s0racat.github.io/tags/fontconfig/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Flatpakアプリケーションでのフォント変更方法</title>
      <link>https://s0racat.github.io/posts/2021-03-17-fontchange-in-flatpak/</link>
      <pubDate>Wed, 17 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://s0racat.github.io/posts/2021-03-17-fontchange-in-flatpak/</guid>
      <description>fontconfigの設定ファイルをコピーするだけです
~/.var/app/${Application ID}/config/fontconfig/ # ~/.var/app/us.zoom.Zoom/config/fontconfig/ Application IDはflatpak listで確認できます
私はnoto-fonts-cjkの設定ファイルをコピーしてみました
Symlinkは元のファイルにアクセス権が無いと反映されないのでコピーしないといけない
mkdir ~/.var/app/us.zoom.Zoom/config/fontconfig/ cd ~/.var/app/us.zoom.Zoom/config/fontconfig/ cp ../../../../../.config/fontconfig/fonts.conf . archlinux,font: noto-fonts-cjkの場合は/usr/share/fontconfig/conf.avail/70-noto-cjk.confにあります</description>
    </item>
    
  </channel>
</rss>
