changed font

This commit is contained in:
Martin Donnelly 2015-08-21 13:14:07 +01:00
parent 439de303e8
commit f934642cdb
2 changed files with 11 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="keywords" content=""> <meta name="keywords" content="">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Slabo+13px' rel='stylesheet' type='text/css'>
<!-- CSS <!-- CSS
--> -->
@ -17,6 +17,15 @@
<link rel="stylesheet" href="css/nprogress.css"> <link rel="stylesheet" href="css/nprogress.css">
<style> <style>
html {
font-family: font-family: 'Slabo 13px', sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
.info { .info {
border-bottom: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb;
padding-bottom: padding-bottom:

View File

@ -1,4 +1,4 @@
var outputFile = 'tech', var outputFile = 'news',
RssBraider = require('rss-braider'), RssBraider = require('rss-braider'),
fs = require('fs'), fs = require('fs'),
ejs = require('ejs'), ejs = require('ejs'),