()
| 188 | } |
| 189 | |
| 190 | function registerCustomFonts() { |
| 191 | const appDir = knownFolders.currentApp().path; |
| 192 | const fontsDir = path.join(appDir, FONTS_BASE_PATH); |
| 193 | if (Folder.exists(fontsDir)) { |
| 194 | registerFontsInFolder(fontsDir); |
| 195 | } |
| 196 | } |
| 197 | registerCustomFonts(); |
no test coverage detected