「Fonts」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
Gslin留言 | 貢獻
無編輯摘要
Gslin留言 | 貢獻
 
(未顯示同一使用者於中間所作的 6 次修訂)
第42行: 第42行:
* <span style="font-family: 'Sarasa UI';">[https://github.com/be5invis/Sarasa-Gothic Sarasa UI]</span>
* <span style="font-family: 'Sarasa UI';">[https://github.com/be5invis/Sarasa-Gothic Sarasa UI]</span>
* <span style="font-family: 'Space Grotesk';">[https://fonts.google.com/specimen/Space+Grotesk Space Grotesk]</span>
* <span style="font-family: 'Space Grotesk';">[https://fonts.google.com/specimen/Space+Grotesk Space Grotesk]</span>
* <span style="font-family: 'Titillium Web';">[https://fonts.google.com/specimen/Titillium+Web Titillium Web]</span>
* <span style="font-family: 'Ubuntu';">[https://fonts.google.com/specimen/Ubuntu Ubuntu]</span>
* <span style="font-family: 'Ubuntu';">[https://fonts.google.com/specimen/Ubuntu Ubuntu]</span>
* <span style="font-family: 'Verdana';">[https://learn.microsoft.com/en-us/typography/font-list/verdana Verdana]</span>
* <span style="font-family: 'Verdana';">[https://learn.microsoft.com/en-us/typography/font-list/verdana Verdana]</span>
* <span style="font-family: 'Work Sans';">[https://fonts.google.com/specimen/Work+Sans Work Sans]</span>
</div>
</div>


第52行: 第54行:
* <span style="font-family: 'Averia Serif Libre';">[https://fonts.google.com/specimen/Averia+Serif+Libre Averia Serif Libre]</span>
* <span style="font-family: 'Averia Serif Libre';">[https://fonts.google.com/specimen/Averia+Serif+Libre Averia Serif Libre]</span>
* <span style="font-family: 'Baskervville';">[https://fonts.google.com/specimen/Baskervville Baskervville]</span>
* <span style="font-family: 'Baskervville';">[https://fonts.google.com/specimen/Baskervville Baskervville]</span>
* <span style="font-family: 'Besley';">[https://fonts.google.com/specimen/Besley Besley]</span>
* <span style="font-family: 'Bitter';">[https://fonts.google.com/specimen/Bitter Bitter]</span>
* <span style="font-family: 'Bitter';">[https://fonts.google.com/specimen/Bitter Bitter]</span>
* <span style="font-family: 'CMU Serif';">[https://fontlibrary.org/en/font/cmu-serif CMU Serif]</span>
* <span style="font-family: 'CMU Serif';">[https://fontlibrary.org/en/font/cmu-serif CMU Serif]</span>
第70行: 第73行:
* <span style="font-family: 'Cascadia Code';">[https://github.com/microsoft/cascadia-code Cascadia Code]</span>
* <span style="font-family: 'Cascadia Code';">[https://github.com/microsoft/cascadia-code Cascadia Code]</span>
* <span style="font-family: 'Cousine';">[https://fonts.google.com/specimen/Cousine Cousine]</span>
* <span style="font-family: 'Cousine';">[https://fonts.google.com/specimen/Cousine Cousine]</span>
* <span style="font-family: 'DejaVu Sans Mono';">[https://dejavu-fonts.github.io/ DejaVu Sans Mono]</span>
* <span style="font-family: 'Essential PragmataPro';">[https://fsd.it/shop/fonts/pragmatapro/ Essential PragmataPro]</span>(付費)
* <span style="font-family: 'Essential PragmataPro';">[https://fsd.it/shop/fonts/pragmatapro/ Essential PragmataPro]</span>(付費)
* <span style="font-family: 'Fira Code';">[https://github.com/tonsky/FiraCode Fira Code]</span>
* <span style="font-family: 'Fira Code';">[https://github.com/tonsky/FiraCode Fira Code]</span>
第88行: 第92行:
== 特殊字 ==
== 特殊字 ==


<div style="font-size: x-large;">
* <span style="font-family: 'Special Elite';">[https://fonts.google.com/specimen/Special+Elite Special Elite]</span>
* <span style="font-family: 'Special Elite';">[https://fonts.google.com/specimen/Special+Elite Special Elite]</span>
</div>


== 安裝 ==
== 安裝 ==

於 2025年3月30日 (日) 01:40 的最新修訂

這邊會記錄看到看好看的字型。

Sans(Sans-serif)

Serif

Monospace

特殊字

安裝

這邊列出在Ubuntu上可以直接下指令安裝的字型,包括了一些經典的字型(非CJK的部分):

sudo apt install -y fonts-3270 fonts-averia-gwf fonts-averia-sans-gwf fonts-averia-serif-gwf ttf-bitstream-vera fonts-cascadia-code fonts-cmu fonts-croscore fonts-droid-fallback fonts-firacode fonts-hack fonts-ibm-plex fonts-inconsolata fonts-ipaexfont fonts-ipafont fonts-jetbrains-mono fonts-noto-color-emoji fonts-noto-mono fonts-open-sans fonts-roboto fonts-roboto-slab texlive-fonts-extra ttf-anonymous-pro ttf-dejavu; sudo apt clean

CJK的部分:

sudo apt install -y fonts-arphic-ukai fonts-arphic-uming fonts-noto-cjk fonts-noto-cjk-extra fonts-hanazono fonts-takao fonts-wqy-microhei fonts-wqy-zenhei; sudo apt clean

另外微軟曾經放出一些字型,有被收錄在APT Repository裡面,也可以直接安裝:

sudo apt install -y ttf-mscorefonts-installer; sudo apt clean

參考文獻

外部連結