Skip to content

fc-list查询系统字体

约 2733 字大约 9 分钟

Linuxfc-listfontconfig

2025-01-07

介绍

fc-list 列出了使用 fontconfig 的应用程序在系统上可用的字体和样式。fontconfig 是用于配置和自定义字体访问的库。

安装

#Debian
apt-get install fontconfig
 
#Ubuntu
apt-get install fontconfig
 
#Alpine
apk add fontconfig
 
#Arch Linux
pacman -S fontconfig
 
#Kali Linux
apt-get install fontconfig
 
#CentOS
yum install fontconfig
 
#Fedora
dnf install fontconfig
 
#OS X
brew install fontconfig
 
#Raspbian
apt-get install fontconfig
 
#Docker
docker run cmd.cat/fc-list fc-list

MacOS 安装 fc-list

使用brew 安装 fontconfig,但是M1芯片的brew安装fontconfig会报错:

$ brew install fontconfig
Error: Cannot install under Rosetta 2 in ARM default prefix (/opt/homebrew)!
To rerun under ARM use:
    arch -arm64 brew install ...
To install under x86_64, install Homebrew into /usr/local.

M1芯片安装需要指定芯片架构arch -arm64 brew install fontconfig

$ arch -arm64 brew install fontconfig
...
curl: (35) error:02FFF036:system library:func(4095):Connection reset by peer
curl: (28) Operation too slow. Less than 100 bytes/sec transferred the last 5 seconds

如上出现的两个问题:curl: (35) error:02FFF036:system library:func(4095):Connection reset by peercurl: (28) Operation too slow. Less than 100 bytes/sec transferred the last 5 seconds 。都是网络问题,可以给Homebrew设置国内的源。具体请查看Homebrew设置镜像

设置了bottles源为国内镜像地址后,下载就正常了:

$ arch -arm64 brew install fontconfig
==> Downloading https://formulae.brew.sh/api/formula.jws.json
############################################################################################### 100.0%
==> Downloading https://formulae.brew.sh/api/cask.jws.json
############################################################################################### 100.0%
==> Fetching dependencies for fontconfig: libpng and freetype
==> Fetching libpng
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles//libpng-1.6.40.arm64_monterey.bottle.tar.
############################################################################################### 100.0%
==> Fetching freetype
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles//freetype-2.13.1.arm64_monterey.bottle.ta
############################################################################################### 100.0%
==> Fetching fontconfig
==> Downloading https://mirrors.ustc.edu.cn/homebrew-bottles//fontconfig-2.14.2.arm64_monterey.bottle.
############################################################################################### 100.0%
==> Installing dependencies for fontconfig: libpng and freetype
==> Installing fontconfig dependency: libpng
==> Pouring libpng-1.6.40.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/libpng/1.6.40: 27 files, 1.3MB
==> Installing fontconfig dependency: freetype
==> Pouring freetype-2.13.1.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/freetype/2.13.1: 67 files, 2.4MB
==> Installing fontconfig
==> Pouring fontconfig-2.14.2.arm64_monterey.bottle.tar.gz
==> Regenerating font cache, this may take a while
==> /opt/homebrew/Cellar/fontconfig/2.14.2/bin/fc-cache -frv
🍺  /opt/homebrew/Cellar/fontconfig/2.14.2: 88 files, 2.4MB
==> Running `brew cleanup fontconfig`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> `brew cleanup` has not been run in the last 30 days, running now...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Removing: /Users/matias/Library/Caches/Homebrew/autoconf--2.71.arm64_monterey.bottle.tar.gz... (944.1KB)
Removing: /Users/matias/Library/Caches/Homebrew/ca-certificates--2022-07-19_1.all.bottle.tar.gz... (125.8KB)
Removing: /Users/matias/Library/Caches/Homebrew/gdbm--1.23.arm64_big_sur.bottle.tar.gz... (272.2KB)
Removing: /Users/matias/Library/Caches/Homebrew/gettext--0.21.arm64_big_sur.bottle.tar.gz... (8.7MB)
Removing: /Users/matias/Library/Caches/Homebrew/libidn2--2.3.3.arm64_big_sur.bottle.tar.gz... (319.9KB)
Removing: /Users/matias/Library/Caches/Homebrew/libunistring--1.0.arm64_big_sur.bottle.tar.gz... (1.5MB)
Removing: /Users/matias/Library/Caches/Homebrew/m4--1.4.19.arm64_monterey.bottle.tar.gz... (256.0KB)
Removing: /Users/matias/Library/Caches/Homebrew/openssl@1.1--1.1.1q.arm64_big_sur.bottle.tar.gz... (5MB)
Removing: /Users/matias/Library/Caches/Homebrew/openssl@3--3.0.5.arm64_big_sur.bottle.tar.gz... (7.5MB)
Removing: /Users/matias/Library/Caches/Homebrew/pipx--1.1.0.arm64_big_sur.bottle.tar.gz... (3MB)
Removing: /Users/matias/Library/Caches/Homebrew/pkg-config--0.29.2_3.arm64_monterey.bottle.tar.gz... (237.2KB)
Removing: /Users/matias/Library/Caches/Homebrew/pnpm--7.6.0... (4.3MB)
Removing: /Users/matias/Library/Caches/Homebrew/pyenv--2.3.2.arm64_monterey.bottle.tar.gz... (704.7KB)
Removing: /Users/matias/Library/Caches/Homebrew/pyenv-virtualenv--1.1.5.all.bottle.tar.gz... (17KB)
Removing: /Users/matias/Library/Caches/Homebrew/python@3.10--3.10.5.arm64_big_sur.bottle.tar.gz... (14.8MB)
Removing: /Users/matias/Library/Caches/Homebrew/python@3.9--3.9.13_1.arm64_big_sur.bottle.tar.gz... (14.6MB)
Removing: /Users/matias/Library/Caches/Homebrew/readline--8.1.2.arm64_big_sur.bottle.tar.gz... (561.2KB)
Removing: /Users/matias/Library/Caches/Homebrew/sqlite--3.39.2.arm64_big_sur.bottle.tar.gz... (2MB)
Removing: /Users/matias/Library/Caches/Homebrew/tcl-tk--8.6.12_1.arm64_big_sur.bottle.tar.gz... (8.2MB)
Removing: /Users/matias/Library/Caches/Homebrew/wget--1.21.3.arm64_big_sur.bottle.tar.gz... (1.5MB)
Removing: /Users/matias/Library/Caches/Homebrew/xz--5.2.5_1.arm64_big_sur.bottle.tar.gz... (417.5KB)
Removing: /Users/matias/Library/Caches/Homebrew/zlib--1.2.12.arm64_big_sur.bottle.tar.gz... (136.5KB)
Removing: /Users/matias/Library/Caches/Homebrew/portable-ruby-2.6.8_1.arm64_big_sur.bottle.tar.gz... (8.8MB)
Removing: /Users/matias/Library/Caches/Homebrew/descriptions.json... (343.9KB)
Removing: /Users/matias/Library/Caches/Homebrew/cask_descriptions.json... (259.5KB)
Removing: /Users/matias/Library/Caches/Homebrew/pnpm_bottle_manifest--7.6.0... (6.8KB)
Removing: /Users/matias/Library/Caches/Homebrew/wget_bottle_manifest--1.21.2... (10KB)
Removing: /Users/matias/Library/Caches/Homebrew/libidn2_bottle_manifest--2.3.2... (8.7KB)
Removing: /Users/matias/Library/Caches/Homebrew/ca-certificates_bottle_manifest--2021-09-30-1... (1.8KB)
Removing: /Users/matias/Library/Caches/Homebrew/openssl@1.1_bottle_manifest--1.1.1l_1... (8.7KB)
Removing: /Users/matias/Library/Caches/Homebrew/libunistring_bottle_manifest--0.9.10... (8.8KB)
Removing: /Users/matias/Library/Caches/Homebrew/Cask/miniforge--4.12.0-2.sh... (38.3MB)
Removing: /Users/matias/Library/Logs/Homebrew/pnpm... (64B)

查看系统支持的中文字体:

$ fc-list :lang=zh
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/aa99d0b2bad7f797f38b49d46cde28fd4b58876e.asset/AssetData/Xingkai.ttc: Xingkai SC,行楷\-簡,行楷\-简:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/96af7ec9e88d5dae450d3162213f92a7b1129430.asset/AssetData/YuppySC-Regular.otf: Yuppy SC,雅痞\-簡,雅痞\-简:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/8dc7805506cc9f233dcc19aabf593196842a47ae.asset/AssetData/Hannotate.ttc: Hannotate SC,手札體\-簡,手札体\-简:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/de97612eef4e3cf8ee8e5c0ebd6fd879bbecd23a.asset/AssetData/AppleLiGothic-Medium.ttf: Apple LiGothic:style=Medium,Moyen,Halbfett,Medio,Normal,Media,Médio,Normaali
/System/Library/Fonts/STHeiti Medium.ttc: Heiti SC,黑體\-簡,黒体\-簡,Heiti\-간체,黑体\-简:style=Medium,中黑,Halbfett,Normaali,Moyen,Medio,ミディアム,중간체,Médio,Средний,Normal,中等,Media
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/8dc7805506cc9f233dcc19aabf593196842a47ae.asset/AssetData/Hannotate.ttc: Hannotate TC,手札體\-繁,手札体\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti SC,圓體\-簡,圆体\-简:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/3a9dbc8ddc8b85f43055a28fb5d551e905d43de2.asset/AssetData/LiHeiPro.ttf: LiHei Pro:style=Medium,中黑,Halbfett,Normaali,Moyen,Medio,ミディアム,중간체,Médio,Средний,Normal,中等,Media
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti TC,圓體\-繁,圆体\-繁:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Regular,標準體,常规体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Regular,標準體,常规体
/System/Library/Fonts/STHeiti Light.ttc: Heiti TC,黑體\-繁,黒体\-繁,Heiti\-번체,黑体\-繁:style=Light,細體,Mager,Fein,Ohut,Fin,Leggero,ライト,가는체,Licht,Tynn,Leve,Светлый,细体,Fina
/System/Library/Fonts/Supplemental/Songti.ttc: Songti SC,宋體\-簡,宋体\-简:style=Light,細體,细体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti TC,宋體\-繁,宋体\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: STKaiti:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti SC,宋體\-簡,宋体\-简:style=Regular,標準體,常规体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Medium,中黑體,中黑体
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Medium,中黑體,中黑体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti TC,宋體\-繁,宋体\-繁:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Semibold,中粗體,中粗体
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Semibold,中粗體,中粗体
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Medium,中黑體,中黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9d5450ee93f17da1eacfa01b5e7b598f9e2dda2b.asset/AssetData/Baoli.ttc: Baoli SC,報隸\-簡,报隶\-简:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti TC,楷體\-繁,楷体\-繁:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9fdda46cbe802833590494a09b2787378340c597.asset/AssetData/Hanzipen.ttc: HanziPen TC,翩翩體\-繁,翩翩体\-繁,翩翩體 繁:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/2ae839cbaa0ff60fe6a1d8921a77c81adcec0646.asset/AssetData/AppleLiSung-Light.ttf: Apple LiSung:style=Light,Fin,Mager,Chiaro,Licht,Fina,Ohut
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Regular,標準體,常规体
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Semibold,中粗體,中粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9fdda46cbe802833590494a09b2787378340c597.asset/AssetData/Hanzipen.ttc: HanziPen SC,翩翩體\-簡,翩翩体\-简,翩翩體 簡:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti SC,楷體\-簡,楷体\-简:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9d5450ee93f17da1eacfa01b5e7b598f9e2dda2b.asset/AssetData/Baoli.ttc: Baoli TC,報隸\-繁,报隶\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti TC,楷體\-繁,楷体\-繁:style=Black,黑體,黑体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Regular,標準體,常规体
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Regular,標準體,常规体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti SC,宋體\-簡,宋体\-简:style=Black,黑體,黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti SC,楷體\-簡,楷体\-简:style=Black,黑體,黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/32d11e548996658757774d88f9220993653017ea.asset/AssetData/Hiragino_Sans_CNS.ttc: Hiragino Sans CNS,冬青黑體繁體中文,ヒラギノ角ゴ 繁体中文,冬青黑体繁体中文,Hiragino Sans CNS W6,冬青黑體繁體中文 W6,ヒラギノ角ゴ 繁体中文 W6,冬青黑体繁体中文 W6:style=W6,Bold
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Ultralight,極細體,极细体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Ultralight,極細體,极细体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Ultralight,極細體,极细体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/e2c331b942cb338404a160a97a7cd6e8a31428e8.asset/AssetData/LingWaiSC-Medium.otf: LingWai SC,凌慧體\-簡,凌慧体\-简:style=Medium,中黑體,中黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/0c723883d13f8442faf3adb131fc1eb91c7a1bf1.asset/AssetData/WeibeiTC-Bold.otf: Weibei TC,魏碑\-繁,Weibei TC Bold:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/aa99d0b2bad7f797f38b49d46cde28fd4b58876e.asset/AssetData/Xingkai.ttc: Xingkai SC,行楷\-簡,行楷\-简:style=Light,細體,细体
/Library/Fonts/Arial Unicode.ttf: Arial Unicode MS:style=Regular,Normal,obyčejné,Standard,Κανονικά,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Ultralight,極細體,极细体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Ultralight,極細體,极细体
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Ultralight,極細體,极细体
/System/Library/Fonts/Hiragino Sans GB.ttc: .Hiragino Sans GB Interface:style=W6
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/aa99d0b2bad7f797f38b49d46cde28fd4b58876e.asset/AssetData/Xingkai.ttc: Xingkai TC,行楷\-繁:style=Bold,粗體,粗体
/System/Library/Fonts/Hiragino Sans GB.ttc: .Hiragino Sans GB Interface:style=W3
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Light,細體,细体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei TC,蘭亭黑\-繁,兰亭黑\-繁:style=Demibold,中黑
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti TC,圓體\-繁,圆体\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei SC,蘭亭黑\-簡,兰亭黑\-简:style=Heavy,特黑
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei SC,蘭亭黑\-簡,兰亭黑\-简:style=Demibold,中黑
/System/Library/Fonts/Hiragino Sans GB.ttc: Hiragino Sans GB,冬青黑體簡體中文,ヒラギノ角ゴ 簡体中文,冬青黑体简体中文,Hiragino Sans GB W3,冬青黑體簡體中文 W3,ヒラギノ角ゴ 簡体中文 W3,冬青黑体简体中文 W3:style=W3,Regular
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Thin,纖細體,纤细体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei TC,蘭亭黑\-繁,兰亭黑\-繁:style=Heavy,特黑
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti SC,圓體\-簡,圆体\-简:style=Regular,標準體,常规体
/System/Library/Fonts/Supplemental/Arial Unicode.ttf: Arial Unicode MS:style=Regular,Normal,obyčejné,Standard,Κανονικά,Normaali,Normál,Normale,Standaard,Normalny,Обычный,Normálne,Navadno,Arrunta
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Medium,中黑體,中黑体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Medium,中黑體,中黑体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Thin,纖細體,纤细体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Thin,纖細體,纤细体
/System/Library/Fonts/STHeiti Medium.ttc: Heiti TC,黑體\-繁,黒体\-繁,Heiti\-번체,黑体\-繁:style=Medium,中黑,Halbfett,Normaali,Moyen,Medio,ミディアム,중간체,Médio,Средний,Normal,中等,Media
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Light,細體,细体
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Medium,中黑體,中黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti SC,圓體\-簡,圆体\-简:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/a8805b853edf89283dec908153a0015bdd1d00f8.asset/AssetData/WeibeiSC-Bold.otf: Weibei SC,魏碑\-簡,魏碑\-简:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/3d7c99b85a518ffb479044c11185e47744b6448d.asset/AssetData/WawaTC-Regular.otf: Wawati TC,娃娃體\-繁,娃娃体\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b86e58f38fd21e9782e70a104676f1655e72ebab.asset/AssetData/Yuanti.ttc: Yuanti TC,圓體\-繁,圆体\-繁:style=Bold,粗體,粗体
/System/Library/Fonts/PingFang.ttc: .PingFang TC,.蘋方\-繁,.苹方\-繁:style=Thin,纖細體,纤细体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti SC,宋體\-簡,宋体\-简:style=Bold,粗體,粗体
/System/Library/Fonts/STHeiti Light.ttc: Heiti SC,黑體\-簡,黒体\-簡,Heiti\-간체,黑体\-简:style=Light,細體,Mager,Fein,Ohut,Fin,Leggero,ライト,가는체,Licht,Tynn,Leve,Светлый,细体,Fina
/System/Library/Fonts/PingFang.ttc: .PingFang HK,.蘋方\-港,.苹方\-港:style=Thin,纖細體,纤细体
/System/Library/Fonts/PingFang.ttc: .PingFang SC,.蘋方\-簡,.苹方\-简:style=Thin,纖細體,纤细体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/2371acc1476f56b565e773159763b5dc3b3d6a1e.asset/AssetData/BiauKai.ttf: BiauKai:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/Fonts/Supplemental/Songti.ttc: Songti TC,宋體\-繁,宋体\-繁:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti SC,楷體\-簡,楷体\-简:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f0706a236683628e16427c6569e441423faaaa93.asset/AssetData/STXIHEI.ttf: STHeiti:style=Light,細體,Mager,Fein,Ohut,Fin,Leggero,ライト,가는체,Licht,Tynn,Leve,Светлый,细体,Fina
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/857d6c90171c328a4892c1492291d34e401d7f25.asset/AssetData/SimSong.ttc: SimSong,簡宋,简宋:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/54a2ad3dac6cac875ad675d7d273dc425010a877.asset/AssetData/Kaiti.ttc: Kaiti TC,楷體\-繁,楷体\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/28f00a24ba19995bab7249993e6e35d11011074a.asset/AssetData/Kai.ttf: Kai:style=Regular
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/62032b9b64a0e3a9121c50aeb2ed794e3e2c201f.asset/AssetData/Hei.ttf: Hei:style=Regular
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/5a3fc034b64879656271c040cab38b65d4ea6548.asset/AssetData/LiSongPro.ttf: LiSong Pro:style=Light,細體,Mager,Fein,Ohut,Fin,Leggero,ライト,가는체,Licht,Tynn,Leve,Светлый,细体,Fina
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/32d11e548996658757774d88f9220993653017ea.asset/AssetData/Hiragino_Sans_CNS.ttc: Hiragino Sans CNS,冬青黑體繁體中文,ヒラギノ角ゴ 繁体中文,冬青黑体繁体中文,Hiragino Sans CNS W3,冬青黑體繁體中文 W3,ヒラギノ角ゴ 繁体中文 W3,冬青黑体繁体中文 W3:style=W3,Regular
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/b8cf53b3591d6062cd536ba5129454cba899a078.asset/AssetData/LingWaiTC-Medium.otf: LingWai TC,凌慧體\-繁,凌慧体\-繁:style=Medium,中黑體,中黑体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/e28431125242b9a298de3296370abdab4a7e8666.asset/AssetData/YuppyTC-Regular.otf: Yuppy TC,雅痞\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei TC,蘭亭黑\-繁,兰亭黑\-繁:style=Extralight,纖黑,纤黑
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/1821952872c81043711aab6910052b65da8edf2c.asset/AssetData/STFANGSO.ttf: STFangsong:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/8dc7805506cc9f233dcc19aabf593196842a47ae.asset/AssetData/Hannotate.ttc: Hannotate TC,手札體\-繁,手札体\-繁:style=Bold,粗體,粗体
/System/Library/Fonts/Supplemental/Songti.ttc: STSong:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/eb257c12d1a51c8c661b89f30eec56cacf9b8987.asset/AssetData/STHEITI.ttf: STHeiti:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/f7f6b250e97c182e68ac53a2b359ec44548878b9.asset/AssetData/Lantinghei.ttc: Lantinghei SC,蘭亭黑\-簡,兰亭黑\-简:style=Extralight,纖黑,纤黑
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/7278ac2566252649b05c5a2b07c7d45be59f47c5.asset/AssetData/Libian.ttc: Libian TC,隸變\-繁,隶变\-繁:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/8dc7805506cc9f233dcc19aabf593196842a47ae.asset/AssetData/Hannotate.ttc: Hannotate SC,手札體\-簡,手札体\-简:style=Bold,粗體,粗体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/857d6c90171c328a4892c1492291d34e401d7f25.asset/AssetData/SimSong.ttc: SimSong,簡宋,简宋:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9fdda46cbe802833590494a09b2787378340c597.asset/AssetData/Hanzipen.ttc: HanziPen SC,翩翩體\-簡,翩翩体\-简,翩翩體 簡:style=Regular,標準體,常规体
/System/Library/Fonts/Supplemental/NISC18030.ttf: GB18030 Bitmap:style=Regular,標準體,Ordinær,Normal,Normaali,Regolare,レギュラー,일반체,Regulier,Обычный,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/18189590ed3a5f46cef20ed4d1cec2611dca13ff.asset/AssetData/WawaSC-Regular.otf: Wawati SC,娃娃體\-簡,娃娃体\-简:style=Regular,標準體,常规体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/7278ac2566252649b05c5a2b07c7d45be59f47c5.asset/AssetData/Libian.ttc: Libian SC,隸變\-簡,隶变\-简:style=Regular,標準體,常规体
/System/Library/Fonts/PingFang.ttc: PingFang SC,蘋方\-簡,苹方\-简:style=Semibold,中粗體,中粗体
/System/Library/Fonts/PingFang.ttc: PingFang HK,蘋方\-港,苹方\-港:style=Semibold,中粗體,中粗体
/System/Library/Fonts/LastResort.otf: .LastResort:style=Regular
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/aa99d0b2bad7f797f38b49d46cde28fd4b58876e.asset/AssetData/Xingkai.ttc: Xingkai TC,行楷\-繁:style=Light,細體,细体
/System/Library/AssetsV2/com_apple_MobileAsset_Font7/9fdda46cbe802833590494a09b2787378340c597.asset/AssetData/Hanzipen.ttc: HanziPen TC,翩翩體\-繁,翩翩体\-繁,翩翩體 繁:style=Regular,標準體,常规体
/System/Library/Fonts/Hiragino Sans GB.ttc: Hiragino Sans GB,冬青黑體簡體中文,ヒラギノ角ゴ 簡体中文,冬青黑体简体中文,Hiragino Sans GB W6,冬青黑體簡體中文 W6,ヒラギノ角ゴ 簡体中文 W6,冬青黑体简体中文 W6:style=W6,Bold
/System/Library/Fonts/PingFang.ttc: PingFang TC,蘋方\-繁,苹方\-繁:style=Semibold,中粗體,中粗体

参考

fc-list命令

Homebrew切换镜像