1 Star 0 Fork 7

src-oepkgs-oE-rv/jomolhari-fonts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jomolhari-fonts-fontconfig.conf 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
gu-gu-gu 提交于 2020-02-14 11:24 . init package
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<!-- Generic names -->
<alias>
<family>Jomolhari</family>
<default>
<family>serif</family>
</default>
</alias>
<!-- Locale-specfic overrides -->
<match>
<test name="lang">
<string>bo-cn</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>bo-in</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>bo</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>dz-bt</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>dz</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match target="font">
<test name="family" ignore-blanks="yes">
<string>Jomolhari</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/jomolhari-fonts.git
[email protected]:src-oepkgs-oe-rv/jomolhari-fonts.git
src-oepkgs-oe-rv
jomolhari-fonts
jomolhari-fonts
master

搜索帮助