Skip to content

Commit

Permalink
fix(cmd): hard-code Inter to v3.19 release
Browse files Browse the repository at this point in the history
The new major release has a different file structure, which breaks
extraction process.  Moreover, I'm curious about the differences between
the two versions, so I'll spend some time on it later.
  • Loading branch information
vednoc committed Feb 2, 2024
1 parent 755118c commit 54a2e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/userstyles-fonts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
releaseURL = "https://api.github.com/repos/rsms/inter/releases/latest"
releaseURL = "https://api.github.com/repos/rsms/inter/releases/44888689" // v3.19
distDir = path.Join("web", "static", "fonts")
)

Expand Down

0 comments on commit 54a2e93

Please sign in to comment.