Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > woocommerce > src > Internal > Email
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
EmailColors.php | File | 2906 bytes | May 12 2025 21:07:28. | |
EmailFont.php | File | 1152 bytes | March 03 2025 22:28:12. | |
EmailStyleSync.php | File | 5838 bytes | April 01 2025 15:51:36. | |
OrderPriceFormatter.php | File | 1546 bytes | May 12 2025 21:07:28. |
<?php /** * EmailFont class file */ declare( strict_types = 1 ); namespace Automattic\WooCommerce\Internal\Email; /** * Helper class for getting fonts for emails. * * @internal Just for internal use. */ class EmailFont { /** * Array of font families supported in email templates * * @var string[] */ public static $font = array( 'Arial' => "Arial, 'Helvetica Neue', Helvetica, sans-serif", 'Comic Sans MS' => "'Comic Sans MS', 'Marker Felt-Thin', Arial, sans-serif", 'Courier New' => "'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace", 'Georgia' => "Georgia, Times, 'Times New Roman', serif", 'Helvetica' => "'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif", 'Lucida' => "'Lucida Sans Unicode', 'Lucida Grande', sans-serif", 'Tahoma' => 'Tahoma, Verdana, Segoe, sans-serif', 'Times New Roman' => "'Times New Roman', Times, Baskerville, Georgia, serif", 'Trebuchet MS' => "'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif", 'Verdana' => 'Verdana, Geneva, sans-serif', ); }
SILENT KILLER Tool