diff --git a/src/utils/fontUtils.js b/src/utils/fontUtils.js index c5cab7339..4ba27026e 100644 --- a/src/utils/fontUtils.js +++ b/src/utils/fontUtils.js @@ -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 () => {