mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6808] Fix for loading external font (#2461)
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
"headerColor": "#ffffff",
|
||||
"headerTextColor": "#000000",
|
||||
"customCssPath": "",
|
||||
"webFontPath": "",
|
||||
"pagination": {
|
||||
"size": 25,
|
||||
"supportedPageSizes": [25, 50, 100]
|
||||
|
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user