restore fonts on vc
This commit is contained in:
parent
e75af2b8b6
commit
b18635f94b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue