feat: integrate figlet-fonts statically and migrate to Coolify deployment
- Add 373 figlet fonts from xero/figlet-fonts as static assets - Remove GitHub Actions workflow (now using Coolify + webhooks) - Update .gitignore to track fonts in repository This eliminates the need to clone fonts at build time and simplifies deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
53
public/fonts/figlet-fonts/uskata.flc
Normal file
53
public/fonts/figlet-fonts/uskata.flc
Normal file
@@ -0,0 +1,53 @@
|
||||
flc2a
|
||||
# Maps the upper and lower case alphabet (A-Z and a-v) into the
|
||||
# 48 basic katakana Unicodes. Can be used with any Unicode katakana
|
||||
# font, such as Banner.
|
||||
t A \0x30A2
|
||||
t B \0x30A4
|
||||
t C \0x30A6
|
||||
t D \0x30A8
|
||||
t E \0x30AA
|
||||
t F \0x30AB
|
||||
t G \0x30AD
|
||||
t H \0x30AF
|
||||
t I \0x30B1
|
||||
t J \0x30B3
|
||||
t K \0x30B5
|
||||
t L \0x30B7
|
||||
t M \0x30B9
|
||||
t N \0x30BB
|
||||
t O \0x30BD
|
||||
t P \0x30BF
|
||||
t Q \0x30C1
|
||||
t R \0x30C4
|
||||
t S \0x30C6
|
||||
t T \0x30C8
|
||||
t U \0x30CA
|
||||
t V \0x30CB
|
||||
t W \0x30CC
|
||||
t X \0x30CD
|
||||
t Y \0x30CE
|
||||
t Z \0x30CF
|
||||
t a \0x30D2
|
||||
t b \0x30D5
|
||||
t c \0x30D8
|
||||
t d \0x30DB
|
||||
t e \0x30DE
|
||||
t f \0x30DF
|
||||
t g \0x30E0
|
||||
t h \0x30E1
|
||||
t i \0x30E2
|
||||
t j \0x30E4
|
||||
t k \0x30E6
|
||||
t l \0x30E8
|
||||
t m \0x30F1
|
||||
t n \0x30E9
|
||||
t o \0x30EA
|
||||
t p \0x30EB
|
||||
t q \0x30EC
|
||||
t r \0x30ED
|
||||
t s \0x30EF
|
||||
t t \0x30F0
|
||||
t u \0x30F2
|
||||
t v \0x30F3
|
||||
t ~ \-4
|
||||
Reference in New Issue
Block a user