Skip to content

Instantly share code, notes, and snippets.

@visioncan
Last active August 28, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visioncan/6a5453f77649add27aa4155cc8015070 to your computer and use it in GitHub Desktop.
Save visioncan/6a5453f77649add27aa4155cc8015070 to your computer and use it in GitHub Desktop.
Font Casks

sh:

curl -L https://gist.githubusercontent.com/visioncan/6a5453f77649add27aa4155cc8015070/raw/24a783352dd1acdc9418931737f9378fea06c0ff/font-taipei-sans.rb > font-taipei-sans.rb

curl -L https://gist.githubusercontent.com/visioncan/6a5453f77649add27aa4155cc8015070/raw/24a783352dd1acdc9418931737f9378fea06c0ff/font-lxgw-wen-kai-light.rb > font-lxgw-wen-kai-light.rb

curl -L https://gist.githubusercontent.com/visioncan/6a5453f77649add27aa4155cc8015070/raw/24a783352dd1acdc9418931737f9378fea06c0ff/font-lxgw-wen-kai.rb > font-lxgw-wen-kai.rb


brew install --cask ./font-taipei-sans.rb ./font-lxgw-wen-kai.rb ./font-lxgw-wen-kai-light.rb
cask "font-lxgw-wen-kai-light" do
version "0.105"
sha256 :no_check
url "https://github.com/lxgw/LxgwWenkaiTC/releases/download/v#{version}/LXGWWenKaiTC-Light.ttf"
appcast "https://github.com/lxgw/LxgwWenKaiTC/releases.atom"
name "lxgw-wen-kai-TC"
homepage "https://github.com/lxgw/LxgwWenkaiTC"
font "LXGWWenKaiTC-Light.ttf"
end
cask "font-lxgw-wen-kai" do
version "0.105"
sha256 :no_check
url "https://github.com/lxgw/LxgwWenkaiTC/releases/download/v#{version}/LXGWWenKaiTC-Regular.ttf"
appcast "https://github.com/lxgw/LxgwWenKaiTC/releases.atom"
name "lxgw-wen-kai-TC"
homepage "https://github.com/lxgw/LxgwWenkaiTC"
font "LXGWWenKaiTC-Regular.ttf"
end
cask "font-taipei-sans" do
version :latest
sha256 :no_check
url "https://drive.google.com/uc?export=download&id=1eGAsTN1HBpJAkeVM57_C7ccp7hbgSz3_"
name "taipei-sans"
homepage "https://sites.google.com/view/jtfoundry/zh-tw"
font "TaipeiSansTCBeta-Regular.ttf"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment