Skip to content

Commit

Permalink
open images in new widnow
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Mar 8, 2024
1 parent 1da30be commit 4d2d0d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/fontUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export const getFontBase64FontFace = async (file, fontFamily) => {
const sbbFontsBase64 = [
sbbWebRoman,
sbbWebLight,
// sbbWebUltraLight,
// sbbWebBold,
// sbbWebItalic,
// sbbWebThin,
sbbWebUltraLight,
sbbWebBold,
sbbWebItalic,
sbbWebThin,
];

export const getSBBFontsDefinition = async () => {
Expand Down

0 comments on commit 4d2d0d1

Please sign in to comment.