Guest User

Untitled

a guest
Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $font = Core::make('helper/form/font');
  2.  
  3. $font->output('font', 'Arial');
  4. $font->output('font', ['Arial']);
  5. $font->output('font', ['fontFamily' => "Arial,Georgia,'Times New Roman'"]);
  6. $font->output('font', array('fontFamily' => "Arial,Georgia,'Times New Roman'"));
Add Comment
Please, Sign In to add comment