Skip to content

Commit 5c1e1ce

Browse files
committed
lint fixes; new font files
1 parent 805343f commit 5c1e1ce

13 files changed

Lines changed: 18 additions & 6 deletions

public/fonts/Caveat-Bold.ttf

251 KB
Binary file not shown.

public/fonts/Caveat-Regular.ttf

251 KB
Binary file not shown.

public/fonts/EBGaramond-Bold.ttf

548 KB
Binary file not shown.

public/fonts/FiraCode-Bold.ttf

185 KB
Binary file not shown.

public/fonts/FiraCode-Regular.ttf

184 KB
Binary file not shown.
106 KB
Binary file not shown.

public/fonts/OpenSans-Bold.ttf

119 KB
Binary file not shown.
72.9 KB
Binary file not shown.

public/fonts/Roboto-Regular.ttf

127 KB
Binary file not shown.

src/features/app/store.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ listenerMiddleware.startListening({
2929

3030
if (layerWeight === weight) {
3131
listenerApi.dispatch(
32-
updateLayer({ id: layer.id, fancyFont: fontName, fancyFontWeight: weight }),
32+
updateLayer({
33+
id: layer.id,
34+
fancyFont: fontName,
35+
fancyFontWeight: weight,
36+
}),
3337
)
3438
}
3539
}

0 commit comments

Comments
 (0)