Compare commits

..

3 Commits

Author SHA1 Message Date
15d7371a76 Add font-clique.rb 2024-10-02 23:16:39 -05:00
657c14aaa7
local changed again 2024-09-10 01:10:37 -05:00
b2af0f67f8 Update README.md
Use local repo items instead of remote repo 🙂
2024-09-10 01:07:28 -05:00
2 changed files with 12 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Clique Font
A glyph-based font for those who are fans of twenty øne piløts
<br>
![clique font](https://github.com/trtmn/font-clique/blob/main/assets/open%20graph%20image.png?raw=true)
![clique font](./assets/open%20graph%20image.png)
Entire glyph set:
<br><img width="75%" alt="image of the clique font" src="https://github.com/trtmn/font-clique/blob/main/assets/fontforge-glyphs.png?raw=true">
<br><img width="75%" alt="image of the clique font" src="./assets/fontforge-glyphs.png">
Cheers,<br>
Fishy

10
font-clique.rb Normal file
View File

@ -0,0 +1,10 @@
cask "font-clique" do
version "1.05"
url "https://git.trtmn.io/trtmn/font-clique/archive/release/#{version}.zip"
name "Clique"
desc "A font inspired by twenty one pilots - named for the skeleton clique"
homepage "https://git.trtmn.io/trtmn/font-clique"
font "font-clique/generated-fonts/Clique.otf"
end