changeset 51:d4bda7501b77

Less serif.
author nanaya <me@myconan.net>
date Fri, 29 May 2015 04:44:47 +0900
parents 3f419d621b06
children 54aac458e979
files app/views/tweets/index.html.erb
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/views/tweets/index.html.erb	Thu Apr 23 16:30:47 2015 +0900
+++ b/app/views/tweets/index.html.erb	Fri May 29 04:44:47 2015 +0900
@@ -2,6 +2,13 @@
 <head>
   <title>rsstweet</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
+  <style type="text/css">
+    body {
+      font-family: sans-serif;
+      font-size: 12px;
+    }
+  </style>
 </head>
 <body>
   <h1>rsstweet</h1>