homebrew fonts
1.0.0
由不同格式分發的字體,例如TrueType,Opentype等。
brew tap oh-my-home/fonts # You only need to do this once!
brew install otf-inter # Install Inter in OpenType format.
brew install ttf-inter-v # Install Inter V in TrueType format.
brew install ttf-inter-variable # Install Inter Variable in TrueType format.
brew install ttf-merriweather # Install Merriweather in TrueType format.
brew install otf-merriweather # Install Merriweather in OpenType format.
brew install ttf-merriweather-variable # Install Merriweather Variable in TrueType format.
brew install ttf-noto-color-emoji # Install Noto Color Emoji in TrueType format.
brew install ttc-source-han-sans # Install Static Super OTC of Source Han Sans.
brew install otf-source-han-sans-sc # Install Source Han Sans - Language Specific OTFs Simplified Chinese.
brew install otf-source-han-sans-tc # Install Source Han Sans - Language Specific OTFs Traditional Chinese — Taiwan.
brew install otf-source-han-sans-kc # Install Source Han Sans - Language Specific OTFs Traditional Chinese — Hong Kong.
brew install otf-source-han-sans-j # Install Source Han Sans - Language Specific OTFs Japanese..
brew install otf-source-han-sans-k # Install Source Han Sans - Language Specific OTFs Korean.
brew install ttc-source-han-serif # Install Static Super OTC of Source Han Serif.
brew install otf-source-han-serif-sc # Install Source Han Serif - Language Specific OTFs Simplified Chinese.
brew install otf-source-han-serif-tc # Install Source Han Serif - Language Specific OTFs Traditional Chinese — Taiwan.
brew install otf-source-han-serif-kc # Install Source Han Serif - Language Specific OTFs Traditional Chinese — Hong Kong.
brew install otf-source-han-serif-j # Install Source Han Serif - Language Specific OTFs Japanese..
brew install otf-source-han-serif-k # Install Source Han Serif - Language Specific OTFs Korean. 每個字體都有一個精確的版本。
大多數conflicts_with字體實際上是複製字體,這是由於同一字體的不同格式。 (僅僅是為了重複的字體,即來自homebrew/cask-fonts字體。)
有公式的license方法,但沒有桶。 caveats方法中的license或free_license方法用作木桶的臨時替代品。
某些字體被不同格式重新包裝,以減少下載尺寸或使分發成為可能。請讓我知道是否有版權問題。
來源Han Sans字體的LiveCheck守則和源Han Serif字體取自Iandol/Homebrew-Adobe-Fonts。
代碼在BSD 2條款許可下。