diff --git a/ext/custom-addons/dp_reports/reports/report_templates.xml b/ext/custom-addons/dp_reports/reports/report_templates.xml
index c3f58386..1dd376cd 100644
--- a/ext/custom-addons/dp_reports/reports/report_templates.xml
+++ b/ext/custom-addons/dp_reports/reports/report_templates.xml
@@ -4,7 +4,6 @@
     
         
             
-            
         
     
 
diff --git a/ext/custom-addons/dp_style/static/src/less/variables.less b/ext/custom-addons/dp_style/static/src/less/variables.less
index d0e22148..b685142d 100644
--- a/ext/custom-addons/dp_style/static/src/less/variables.less
+++ b/ext/custom-addons/dp_style/static/src/less/variables.less
@@ -2,6 +2,7 @@
 @odoo-brand-optional: #a72523;
 @navbar-default-color: #a72523;
 @brand-primary: #a72523;
+@font-family-sans-serif: Raleway, "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
 
 @navbar-default-bg: #ffffff;
 @odoo-control-panel-background-color: #ffffff;
diff --git a/ext/custom-addons/dp_style/static/src/less/web_variables.less b/ext/custom-addons/dp_style/static/src/less/web_variables.less
new file mode 100644
index 00000000..a35acca2
--- /dev/null
+++ b/ext/custom-addons/dp_style/static/src/less/web_variables.less
@@ -0,0 +1,3 @@
+body {
+  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
diff --git a/ext/custom-addons/dp_style/views/assets.xml b/ext/custom-addons/dp_style/views/assets.xml
index 67c1a1e3..8812db5d 100644
--- a/ext/custom-addons/dp_style/views/assets.xml
+++ b/ext/custom-addons/dp_style/views/assets.xml
@@ -1,10 +1,16 @@
 
 
 
-    
+    
         
             
         
     
 
+    
+        
+            
+        
+    
+