Skip to content

Commit

Permalink
fix: use loose versioning for fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 19, 2024
1 parent 2540185 commit 6092c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/fonts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extract = [
"WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2"
]
url = "https://github.com/adobe-fonts/source-code-pro/releases/download/{version_quoted}/WOFF2-source-code-pro-{version_underscore}.zip"
# renovate: datasource=github-releases depName=adobe-fonts/source-code-pro
# renovate: datasource=github-releases depName=adobe-fonts/source-code-pro versioning=loose
version = "2.042R-u/1.062R-i/1.026R-vf"

[source-sans-ttf]
Expand All @@ -21,7 +21,7 @@ extract = [
"TTF/SourceSans3-Regular.ttf"
]
url = "https://github.com/adobe-fonts/source-sans/releases/download/{version}/TTF-source-sans-{version}.zip"
# renovate: datasource=github-releases depName=adobe-fonts/source-sans
# renovate: datasource=github-releases depName=adobe-fonts/source-sans versioning=loose
version = "3.052R"

[source-sans-woff2]
Expand All @@ -38,5 +38,5 @@ extract = [
"WOFF2/TTF/SourceSans3-Semibold.ttf.woff2"
]
url = "https://github.com/adobe-fonts/source-sans/releases/download/{version}/WOFF2-source-sans-{version}.zip"
# renovate: datasource=github-releases depName=adobe-fonts/source-sans
# renovate: datasource=github-releases depName=adobe-fonts/source-sans versioning=loose
version = "3.052R"

0 comments on commit 6092c04

Please sign in to comment.