added font-family
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Apr 2011 15:49:57 +0000 (15:49 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 13 Apr 2011 15:49:57 +0000 (15:49 +0000)
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>
  <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>
  </head>
  <body><%= content %></body>
 </html>