Skip to content

Commit cd23889

Browse files
committed
Check font path based on 'Regular' variant
1 parent 02e71ab commit cd23889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next-frontend/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const nrExternals = require("newrelic/load-externals");
1111
const withRoutes = nextRoutes({ outDir: "src/types" });
1212
const proprietaryFontPath = path.resolve(
1313
__dirname,
14-
"src/styles/fonts/TTNormsPro/TT_Norms_Pro_Light.woff2",
14+
"src/styles/fonts/TTNormsPro/TT_Norms_Pro_Regular.woff2",
1515
);
1616
const shouldUseProprietaryFont =
1717
process.env.PROPRIETARY_FONT === "TTNormsPro" &&

0 commit comments

Comments
 (0)