Last active
June 19, 2023 05:54
-
-
Save rummelonp/0e6ac835bd3669fdda4091a11c4911fd to your computer and use it in GitHub Desktop.
$ brew install --cask https://gist.githubusercontent.com/rummelonp/0e6ac835bd3669fdda4091a11c4911fd/raw/font-juisee.rb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask 'font-juisee' do | |
version 'v0.0.2' | |
sha256 'bf13b729d96eb4821aceda82189a67ee4584b37655e610b6b5e21b0fb9669288' | |
url 'https://github.com/yuru7/juisee/releases/download/v0.0.2/Juisee_v0.0.2.zip' | |
name 'Juisee' | |
desc 'Juisee は、欧文フォント JuliaMono と日本語フォント LINE Seed JP を合成したプログラミング向けフォントです。' | |
homepage 'https://github.com/yuru7/juisee' | |
font 'Juisee_v0.0.2/Juisee-Bold.ttf' | |
font 'Juisee_v0.0.2/Juisee-BoldItalic.ttf' | |
font 'Juisee_v0.0.2/Juisee-Regular.ttf' | |
font 'Juisee_v0.0.2/Juisee-RegularItalic.ttf' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment