restore fonts on vc

This commit is contained in:
marcos 2021-06-03 11:38:52 +02:00
parent e75af2b8b6
commit b18635f94b
1 changed files with 7 additions and 1 deletions

View File

@ -180,7 +180,13 @@ $table->colspan['staticgraph_modulegraph'][1] = '3';
$table->data['staticgraph_modulegraph'][1] = __('Width').': '.html_print_input_text('width', 0, '', 5, 5, true);
$table->data['staticgraph_modulegraph'][1] .= '   '.__('Height').': '.html_print_input_text('height', 0, '', 5, 5, true);
$fontf = ['lato' => 'Lato'];
$fontf = [
'Roboto' => 'Roboto',
'lato' => 'Lato',
'opensans' => 'Open Sans',
'nunito' => 'Nunito',
'leaguegothic' => 'League Gothic',
];
$fonts = [
'4pt' => '4pt',