[AAE-6808] Fix for loading external font (#2461)

This commit is contained in:
Bartosz Sekuła
2022-02-25 11:40:17 +01:00
committed by GitHub
parent 8cddf135af
commit c46b1e851f
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
"headerColor": "#ffffff",
"headerTextColor": "#000000",
"customCssPath": "",
"webFontPath": "",
"pagination": {
"size": 25,
"supportedPageSizes": [25, 50, 100]

View File

@@ -170,6 +170,7 @@ export class AppComponent implements OnInit, OnDestroy {
logoPath: this.config.get<string>('application.logo'),
headerImagePath: this.config.get<string>('application.headerImagePath'),
customCssPath: this.config.get<string>('customCssPath'),
webFontPath: this.config.get<string>('webFontPath'),
sharedUrl: baseShareUrl
};