diff --git a/erpnext/patches/packing_slip.py b/erpnext/patches/packing_slip.py index b6c94c040f2..9285e8a56df 100644 --- a/erpnext/patches/packing_slip.py +++ b/erpnext/patches/packing_slip.py @@ -1,4 +1,5 @@ def execute(): + import webnotes from webnotes.modules.module_manager import reload_doc reload_doc('stock', 'doctype', 'delivery_note_detail') reload_doc('stock', 'Print Format', 'Delivery Note Packing List Wise') diff --git a/erpnext/startup/startup.css b/erpnext/startup/startup.css index f02841689de..7b2b6e582dc 100644 --- a/erpnext/startup/startup.css +++ b/erpnext/startup/startup.css @@ -4,7 +4,7 @@ h1, h2, h3, h4 { } body, span, div, td, input, textarea, button, select { - font-family: Verdana, Arial, Sans Serif; + font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 12px; } diff --git a/index.html b/index.html index cedc9dca0ea..f4f087ba6be 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@