We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1af3f commit 0eaf28eCopy full SHA for 0eaf28e
src/core/sass/brand.ts
@@ -271,7 +271,7 @@ const brandTypographyBundle = (
271
`Inconsisent Google font families found: ${googleFamily} and ${thisFamily}`,
272
);
273
}
274
- typographyVariables.push(googleFontImportString(resolvedFont));
+ typographyImports.push(googleFontImportString(resolvedFont));
275
276
if (googleFamily === "") {
277
return undefined;
0 commit comments