1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fix js FONT var error

This commit is contained in:
Lucas Vallenet
2023-05-22 09:48:34 +02:00
parent 6ef90dbe11
commit a11e98e31e
4 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"version": 1683902331941
"version": 1684741656772
}

View File

@@ -48,7 +48,7 @@ function init() {
* Eagerly load the following fonts.
*/
if (isFontLoadingAPIAvailable) {
loadFonts(FONT.EAGER_FONTS, ENV.IS_DEV).then((eagerFonts) => {
loadFonts(FONT.EAGER, ENV.IS_DEV).then((eagerFonts) => {
$html.classList.add(CSS_CLASS.FONTS_LOADED);
if (ENV.IS_DEV) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long