答案1
为了使所需字体成为呈现腓尼基字符的默认字体,方法如下:
使用 ++Ctrl打开终端窗口AltT
创建目录
~/.config/fontconfig/conf.d
:mkdir -p ~/.config/fontconfig/conf.d
打开文本编辑器:
kate ~/.config/fontconfig/conf.d/10-prefer-phoenician.conf
并复制以下内容并粘贴到文本编辑器中:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>sans-serif</family> <prefer> <family>Noto Sans Phoenician</family> </prefer> </alias> </fontconfig>
保存文件。
这应该会让你的系统更喜欢诺托三世腓尼基您所安装的其他字体均声称能够呈现腓尼基语。
答案2
这也许是您所追求的,但可能不是您唯一的选择。
guiverc@d960-ubu2:/usr/share/fonts$ dpkg -S /usr/share/fonts/truetype/noto
fonts-noto-ui-extra, fonts-noto-mono, fonts-noto-extra, fonts-noto-color-emoji, fonts-noto-core, fonts-noto-unhinted, fonts-noto-ui-core: /usr/share/fonts/truetype/noto
你可以使用以下方式安装sudo apt install fonts-noto
guiverc@d960-ubu2:/de2900/ubuntu_podcasts/action$ dpkg -l |grep noto
ii fonts-noto 20181227-1 all metapackage to pull in all Noto fonts
ii fonts-noto-cjk 1:20190409+repack1-0ubuntu1 all "No Tofu" font families with large Unicode coverage (CJK regular and bold)
ii fonts-noto-cjk-extra 1:20190409+repack1-0ubuntu1 all "No Tofu" font families with large Unicode coverage (CJK all weight)
ii fonts-noto-color-emoji 0~20180810-1 all color emoji font from Google
ii fonts-noto-core 20181227-1 all "No Tofu" font families with large Unicode coverage (core)
ii fonts-noto-extra 20181227-1 all "No Tofu" font families with large Unicode coverage (extra)
ii fonts-noto-hinted 20181227-1 all obsolete metapackage to pull in a subset of Noto fonts
ii fonts-noto-mono 20181227-1 all "No Tofu" monospaced font family with large Unicode coverage
ii fonts-noto-ui-core 20181227-1 all "No Tofu" font families with large Unicode coverage (UI core)
ii fonts-noto-ui-extra 20181227-1 all "No Tofu" font families with large Unicode coverage (UI extra)
ii fonts-noto-unhinted 20181227-1 all "No Tofu" font families with large Unicode coverage (unhinted)
ii python-monotonic 1.5-0ubuntu1 all implementation of time.monotonic() - Python 2.x
这相当混乱,可能需要编辑。我首先找到了另一种 biblica 字体,但选择使用它,因为它包含 Phoenician 这个词,并且仍然认为以 Manjaro GNU/Linux 的名称获得您喜欢的字体,然后将其添加到 Kubuntu 可能是最好的选择。这也是我发现的东西写的。