5 Star 0 Fork 4

src-openEuler/cjkuni-uming-fonts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cjkuni-uming-fonts-fontconfig.conf 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
冯建 提交于 2020-11-19 10:14 . 提交相应的代码和spec文件
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang">
<string>zh-hk</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing HK</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-tw</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing TW</string>
</edit>
</match>
<alias>
<family>AR PL UMing TW</family>
<default>
<family>serif</family>
</default>
</alias>
<alias>
<family>AR PL UMing HK</family>
<default>
<family>serif</family>
</default>
</alias>
<match>
<test name="lang">
<string>zh-hk</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing HK</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-tw</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing TW</string>
</edit>
</match>
<alias>
<family>AR PL UMing TW</family>
<default>
<family>sans-serif</family>
</default>
</alias>
<alias>
<family>AR PL UMing HK</family>
<default>
<family>sans-serif</family>
</default>
</alias>
<match>
<test name="lang">
<string>zh-hk</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing HK</string>
</edit>
</match>
<match>
<test name="lang">
<string>zh-tw</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>AR PL UMing TW</string>
</edit>
</match>
<alias>
<family>AR PL UMing TW</family>
<default>
<family>monospace</family>
</default>
</alias>
<alias>
<family>AR PL UMing HK</family>
<default>
<family>monospace</family>
</default>
</alias>
</fontconfig>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/cjkuni-uming-fonts.git
git@gitee.com:src-openeuler/cjkuni-uming-fonts.git
src-openeuler
cjkuni-uming-fonts
cjkuni-uming-fonts
master

搜索帮助