Differential D17209 Diff 41403 src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
| Show All 23 Lines | return array( | ||||
| "'Segoe UI Symbol', 'Lato', 'Helvetica Neue', Helvetica, ". | "'Segoe UI Symbol', 'Lato', 'Helvetica Neue', Helvetica, ". | ||||
| "Arial, sans-serif", | "Arial, sans-serif", | ||||
| 'fontfamily' => "'Segoe UI', 'Segoe UI Web Regular', ". | 'fontfamily' => "'Segoe UI', 'Segoe UI Web Regular', ". | ||||
| "'Segoe UI Symbol', 'Lato', 'Helvetica Neue', Helvetica, ". | "'Segoe UI Symbol', 'Lato', 'Helvetica Neue', Helvetica, ". | ||||
| "Arial, sans-serif", | "Arial, sans-serif", | ||||
| // Drop Shadow | // Drop Shadow | ||||
| 'dropshadow' => '0 1px 6px rgba(0, 0, 0, .25)', | 'dropshadow' => '0 2px 12px rgba(0, 0, 0, .20)', | ||||
| 'whitetextshadow' => '0 1px 0 rgba(255, 255, 255, 1)', | 'whitetextshadow' => '0 1px 0 rgba(255, 255, 255, 1)', | ||||
| // Anchors | // Anchors | ||||
| 'anchor' => '#136CB2', | 'anchor' => '#136CB2', | ||||
| // Font Sizes | // Font Sizes | ||||
| 'biggestfontsize' => '15px', | 'biggestfontsize' => '15px', | ||||
| 'biggerfontsize' => '14px', | 'biggerfontsize' => '14px', | ||||
| ▲ Show 20 Lines • Show All 180 Lines • Show Last 20 Lines | |||||