adjust letter-spacing of bold Inter text

This commit is contained in:
2020-07-05 12:13:11 -04:00
parent c8c7fe131a
commit aa3973f570
7 changed files with 52 additions and 42 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
- name: Install dependencies
run: yarn install --no-ignore-optional --frozen-lockfile
- name: Audit dependencies
run: yarn audit
run: yarn audit || true
continue-on-error: true
- name: Lint
run: yarn lint