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

Remove unused constant

This commit is contained in:
arnvvd
2022-10-05 14:27:36 -04:00
parent 3272521dba
commit 6712d2d24d

View File

@@ -23,9 +23,6 @@
* @property {string} [weight] - The weight used by the font in our CSS.
*/
/** No-break space */
const NBSP = '\xa0';
const isFontLoadingAPIAvailable = ('fonts' in document);
/**