Skip to content

Commit ef48c3d

Browse files
Fix typography in config
1 parent 0e07a8e commit ef48c3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@undp/design-system-react",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"browser": "./dist/index.umd.js",

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
},
100100
fontFamily: {
101101
sans: [
102-
'var(--font-sans)',
102+
'var(--font-sans, "ProximaNova")',
103103
'ProximaNova',
104104
'proxima-nova',
105105
'Helvetica Neue',

0 commit comments

Comments
 (0)