This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BrewTestBot
authored
Apr 25, 2021
1 parent
10780c7
commit 5d66fbd
Showing
9 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-hina-mincho" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/hinamincho/HinaMincho-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Hina Mincho" | ||
homepage "https://fonts.google.com/specimen/Hina+Mincho" | ||
|
||
font "HinaMincho-Regular.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-qahiri" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/qahiri/Qahiri-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Qahiri" | ||
homepage "https://fonts.google.com/specimen/Qahiri" | ||
|
||
font "Qahiri-Regular.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-shippori-antique-b1" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/shipporiantiqueb1/ShipporiAntiqueB1-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Shippori Antique B1" | ||
homepage "https://fonts.google.com/specimen/Shippori+Antique+B1" | ||
|
||
font "ShipporiAntiqueB1-Regular.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-shippori-antique" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/shipporiantique/ShipporiAntique-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Shippori Antique" | ||
homepage "https://fonts.google.com/specimen/Shippori+Antique" | ||
|
||
font "ShipporiAntique-Regular.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
cask "font-source-code-pro" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/trunk/ofl/sourcecodepro", | ||
verified: "github.com/google/fonts/", | ||
using: :svn | ||
name "Source Code Pro" | ||
homepage "https://fonts.google.com/specimen/Source+Code+Pro" | ||
|
||
font "SourceCodePro-Black.ttf" | ||
font "SourceCodePro-BlackItalic.ttf" | ||
font "SourceCodePro-Bold.ttf" | ||
font "SourceCodePro-BoldItalic.ttf" | ||
font "SourceCodePro-ExtraLight.ttf" | ||
font "SourceCodePro-ExtraLightItalic.ttf" | ||
font "SourceCodePro-Italic.ttf" | ||
font "SourceCodePro-Light.ttf" | ||
font "SourceCodePro-LightItalic.ttf" | ||
font "SourceCodePro-Medium.ttf" | ||
font "SourceCodePro-MediumItalic.ttf" | ||
font "SourceCodePro-Regular.ttf" | ||
font "SourceCodePro-SemiBold.ttf" | ||
font "SourceCodePro-SemiBoldItalic.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
cask "font-source-sans-pro" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/trunk/ofl/sourcesanspro", | ||
verified: "github.com/google/fonts/", | ||
using: :svn | ||
name "Source Sans Pro" | ||
homepage "https://fonts.google.com/specimen/Source+Sans+Pro" | ||
|
||
font "SourceSansPro-Black.ttf" | ||
font "SourceSansPro-BlackItalic.ttf" | ||
font "SourceSansPro-Bold.ttf" | ||
font "SourceSansPro-BoldItalic.ttf" | ||
font "SourceSansPro-ExtraLight.ttf" | ||
font "SourceSansPro-ExtraLightItalic.ttf" | ||
font "SourceSansPro-Italic.ttf" | ||
font "SourceSansPro-Light.ttf" | ||
font "SourceSansPro-LightItalic.ttf" | ||
font "SourceSansPro-Regular.ttf" | ||
font "SourceSansPro-SemiBold.ttf" | ||
font "SourceSansPro-SemiBoldItalic.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-stix-two-math" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/stixtwomath/STIXTwoMath-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "STIX Two Math" | ||
homepage "https://fonts.google.com/specimen/STIX+Two+Math" | ||
|
||
font "STIXTwoMath-Regular.ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "font-stix-two-text" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/trunk/ofl/stixtwotext", | ||
verified: "github.com/google/fonts/", | ||
using: :svn | ||
name "STIX Two Text" | ||
homepage "https://fonts.google.com/specimen/STIX+Two+Text" | ||
|
||
font "STIXTwoText-Italic[wght].ttf" | ||
font "STIXTwoText[wght].ttf" | ||
end |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
cask "font-yomogi" do | ||
version :latest | ||
sha256 :no_check | ||
|
||
url "https://github.com/google/fonts/raw/main/ofl/yomogi/Yomogi-Regular.ttf", | ||
verified: "github.com/google/fonts/" | ||
name "Yomogi" | ||
homepage "https://fonts.google.com/specimen/Yomogi" | ||
|
||
font "Yomogi-Regular.ttf" | ||
end |