mirror of https://github.com/espruino/BangleApps
3 lines
134 B
JavaScript
3 lines
134 B
JavaScript
|
exports.getFont = (options) => {
|
||
|
return "Intl"; // placeholder for now - see https://github.com/espruino/BangleApps/issues/3109
|
||
|
};
|