cambio de fuentes css

This commit is contained in:
marcos 2021-05-18 10:58:03 +02:00
parent 3136ee7de7
commit ad19bfb5c8
1 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ class DefaultCss
public static $definition = [ public static $definition = [
'BODY' => [ 'BODY' => [
'FONT-FAMILY' => 'serif', 'FONT-FAMILY' => 'lato',
'FONT-SIZE' => '11pt', 'FONT-SIZE' => '11pt',
'TEXT-INDENT' => '0pt', 'TEXT-INDENT' => '0pt',
'LINE-HEIGHT' => 'normal', 'LINE-HEIGHT' => 'normal',
@ -63,7 +63,7 @@ class DefaultCss
], ],
'PRE' => [ 'PRE' => [
'MARGIN' => '0.83em 0', 'MARGIN' => '0.83em 0',
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
], ],
'S' => [ 'S' => [
'TEXT-DECORATION' => 'line-through', 'TEXT-DECORATION' => 'line-through',
@ -110,16 +110,16 @@ class DefaultCss
'FONT-STYLE' => 'italic', 'FONT-STYLE' => 'italic',
], ],
'SAMP' => [ 'SAMP' => [
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
], ],
'CODE' => [ 'CODE' => [
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
], ],
'KBD' => [ 'KBD' => [
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
], ],
'TT' => [ 'TT' => [
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
], ],
'SMALL' => [ 'SMALL' => [
'FONT-SIZE' => '83%', 'FONT-SIZE' => '83%',
@ -196,17 +196,17 @@ class DefaultCss
'IMAGE-RENDERING' => 'auto', 'IMAGE-RENDERING' => 'auto',
], ],
'INPUT' => [ 'INPUT' => [
'FONT-FAMILY' => 'sans-serif', 'FONT-FAMILY' => 'lato',
'VERTICAL-ALIGN' => 'middle', 'VERTICAL-ALIGN' => 'middle',
'FONT-SIZE' => '0.9em', 'FONT-SIZE' => '0.9em',
], ],
'SELECT' => [ 'SELECT' => [
'FONT-FAMILY' => 'sans-serif', 'FONT-FAMILY' => 'lato',
'FONT-SIZE' => '0.9em', 'FONT-SIZE' => '0.9em',
'VERTICAL-ALIGN' => 'middle', 'VERTICAL-ALIGN' => 'middle',
], ],
'TEXTAREA' => [ 'TEXTAREA' => [
'FONT-FAMILY' => 'monospace', 'FONT-FAMILY' => 'lato',
'FONT-SIZE' => '0.9em', 'FONT-SIZE' => '0.9em',
'VERTICAL-ALIGN' => 'text-bottom', 'VERTICAL-ALIGN' => 'text-bottom',
], ],