fixed font reference

This commit is contained in:
alejandro.campos@artica.es 2021-06-28 11:27:41 +02:00
parent 7fa398b027
commit 548c0c3013
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ START TRANSACTION;
UPDATE `tconfig` set value = 'Lato-Regular.ttf' WHERE token LIKE 'custom_report_front_font';
UPDATE `tconfig` set value = 'Lato-Regular.ttf' WHERE token LIKE 'fontpath';
COMMIT;
COMMIT;