Skip to content

Commit

Permalink
font-lxgw-wenkai updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed Oct 3, 2024
1 parent d3e7b38 commit c414534
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/font-lxgw-wenkai.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class FontLxgwWenkai < Formula
desc "Lxgw wenkai font"
homepage "https://github.com/lxgw/LxgwWenKai"
url "https://github.com/lxgw/LxgwWenKai/releases/download/v1.330/lxgw-wenkai-v1.330.zip"
version "1.330"
sha256 "2f317e15480608cabf471cbabdbc5f524066d0bbb177a3f439c7b5ee7b61780c"
url "https://github.com/lxgw/LxgwWenKai/releases/download/v1.500/lxgw-wenkai-v1.500.zip"
version "1.500"
sha256 "d9f3b95bfa21269312e8e4c735d9160329a8db63dff07849c181b2407af93b12"

def install
(share/"fonts").install Dir.glob("./**/LXGWWenKai-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKai-Light.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKai-Medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKai-Regular.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKaiMono-Bold.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKaiMono-Light.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKaiMono-Medium.ttf")[0]
(share/"fonts").install Dir.glob("./**/LXGWWenKaiMono-Regular.ttf")[0]
end

Expand Down

0 comments on commit c414534

Please sign in to comment.