We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74788e8 commit facfad4Copy full SHA for facfad4
.github/workflows/need-fix-to-issue.yml
@@ -20,6 +20,10 @@ permissions:
20
contents: read
21
issues: write
22
23
+concurrency:
24
+ group: ${{ github.workflow }}-${{ github.ref }}
25
+ cancel-in-progress: true
26
+
27
jobs:
28
main:
29
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.23.0
src/config/theme.json
@@ -21,7 +21,7 @@
"font_family": {
"primary": "Inter:wght@400;500;600;700",
"primary_type": "sans-serif",
- "secondary": "Merriweather:wght@700;900",
+ "secondary": "Roboto Mono:wght@700;900",
"secondary_type": "sans-serif"
}
0 commit comments