Skip to content

Commit 98ddd2a

Browse files
committed
chore: replace old font with new Helsinki Grotesk Pro
- requires the use of env variable or build fails Refs: HDS-2893
1 parent eb764a5 commit 98ddd2a

File tree

1,408 files changed

+314
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,408 files changed

+314
-164
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: build core package
5959
run: yarn build
6060
working-directory: ./packages/core
61+
env:
62+
FONT_URL: ${{ secrets.FONT_URL }}
6163

6264
- name: build react package
6365
run: yarn build

.github/workflows/patchrelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: build core package
3333
run: yarn build
3434
working-directory: ./packages/core
35+
env:
36+
FONT_URL: ${{ secrets.FONT_URL }}
3537

3638
- name: build react package
3739
run: yarn build

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: build core package
3535
run: yarn build
3636
working-directory: ./packages/core
37+
env:
38+
FONT_URL: ${{ secrets.FONT_URL }}
3739

3840
- name: build react package
3941
run: yarn build

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ lib
55
node_modules
66
.idea/
77
.vscode/
8-
.editorconfig
8+
.editorconfig
9+
.envrc

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
181 Bytes
70 Bytes
184 Bytes
71 Bytes
-36 Bytes

0 commit comments

Comments
 (0)