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 97db394 commit ea76940
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/fontUtils.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import toBase64 from "./toBase64";
import SBBWebRomanPath from "./fonts/SBBWeb-Roman.woff2";
import SBBWebLightPath from "./fonts/SBBWeb-Light.woff2";
import SBBWebBoldPath from "./fonts/SBBWeb-Bold.woff2";
import SBBWebItalicPath from "./fonts/SBBWeb-Italic.woff2";
import SBBWebUltraLightPath from "./fonts/SBBWeb-UltraLight.woff2";
import SBBWebThinPath from "./fonts/SBBWeb-Thin.woff2";
import SBBWebRomanPath from "./fonts/SBBWeb-Roman.ttf";
import SBBWebLightPath from "./fonts/SBBWeb-Light.ttf";
import SBBWebBoldPath from "./fonts/SBBWeb-Bold.ttf";
import SBBWebItalicPath from "./fonts/SBBWeb-Italic.ttf";
import SBBWebUltraLightPath from "./fonts/SBBWeb-UltraLight.ttf";
import SBBWebThinPath from "./fonts/SBBWeb-Thin.ttf";

export const sbbWebRoman = {
family: "SBBWeb-Roman",
Expand Down

0 comments on commit ea76940

Please sign in to comment.