added font-family
[APKPM.git] / templates / layouts / angular.html.ep
index 505ca7e..265e970 100644 (file)
@@ -3,6 +3,11 @@
  <head>
   <title><%= title %></title>
   <script src="http://code.angularjs.org/angular-0.9.12.min.js" ng:autobind></script>
+  <style type="text/css">
+    body {
+      font-family: helvetica,arial,freesans,clean,sans-serif;
+    }
+  </style>
  </head>
  <body><%= content %></body>
 </html>