Learn-Semantic icon indicating copy to clipboard operation
Learn-Semantic copied to clipboard

Mismatched googleFontFamily global site variable

Open levithomason opened this issue 10 years ago • 0 comments

The customizing page shows a snippet of code with a global site variable @googleFontFamily. We are running version 1.12.3 and I can only find these variables as a possible analog:

@importGoogleFonts : true;
@googleFontName    : 'Lato';
@googleFontSizes   : '400,700,400italic,700italic';
@googleSubset      : 'latin';

@googleProtocol    : 'https://';
@googleFontRequest : '@{googleFontName}:@{googleFontSizes}&subset=@{googleSubset}';

Not sure if I am mixing concerns here or if there is a conflict.

levithomason avatar Jun 18 '15 00:06 levithomason