There was an error while loading. Please reload this page.
1 parent 02e71ab commit cd23889Copy full SHA for cd23889
1 file changed
next-frontend/next.config.ts
@@ -11,7 +11,7 @@ const nrExternals = require("newrelic/load-externals");
11
const withRoutes = nextRoutes({ outDir: "src/types" });
12
const proprietaryFontPath = path.resolve(
13
__dirname,
14
- "src/styles/fonts/TTNormsPro/TT_Norms_Pro_Light.woff2",
+ "src/styles/fonts/TTNormsPro/TT_Norms_Pro_Regular.woff2",
15
);
16
const shouldUseProprietaryFont =
17
process.env.PROPRIETARY_FONT === "TTNormsPro" &&
0 commit comments