Last active
May 30, 2023 04:03
-
-
Save rummelonp/58cac3eb2d9b2b38e15e705a75068138 to your computer and use it in GitHub Desktop.
$ brew install --cask https://gist.githubusercontent.com/rummelonp/58cac3eb2d9b2b38e15e705a75068138/raw/font-0xproto.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-0xproto' do | |
version '1.000' | |
sha256 'f841469706c249a55f1425c4cd2da97fc8c272fda6e7a0d52ecf17a405c4b717' | |
url 'https://github.com/0xType/0xProto/releases/download/1.000/0xProto_1_000.zip' | |
name '0xProto' | |
desc 'Free and Open-source font for programming.' | |
homepage 'https://github.com/0xType/0xProto' | |
font 'fonts/0xProto-Regular.otf' | |
font 'fonts/0xProto-Regular.ttf' | |
font 'fonts/0xProto-Regular.woff2' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment