aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 20:13:31 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 20:13:31 -0400
commitd52bd0c6ec3cda2001df09755b9e443a3ac93db5 (patch)
treee41927c85ee7afbeafdfe019c2f7b025c4cc6829
parent0a16006798f4fc2fc15939cf0bd17a31abaa794f (diff)
Getting there
-rw-r--r--_includes/head.html2
-rw-r--r--_layouts/post.html3
-rw-r--r--_posts/2016-10-16-welcome-to-jekyll.markdown2
-rw-r--r--custom.css2
4 files changed, 5 insertions, 4 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 1bc372b..dfaf33b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:700i,800,900" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:100,700i,900" rel="stylesheet">
<!-- <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> -->
<link rel="stylesheet" href="{{ site.baseurl }}/tufte.css"/>
diff --git a/_layouts/post.html b/_layouts/post.html
index 5205410..c1a2e99 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,11 +2,10 @@
layout: default
---
-<div class="author">By {{ page.by }}</div>
-
<article>
<h1 class="post-title">{{ page.title }}</h1>
+ <div class="author">By {{ page.by }}</div>
<!-- <header class="post-header">
<h1 class="post-title" itemprop="name headline">{{ page.title }}</h1>
diff --git a/_posts/2016-10-16-welcome-to-jekyll.markdown b/_posts/2016-10-16-welcome-to-jekyll.markdown
index ee2810b..fc3b763 100644
--- a/_posts/2016-10-16-welcome-to-jekyll.markdown
+++ b/_posts/2016-10-16-welcome-to-jekyll.markdown
@@ -1,6 +1,6 @@
---
layout: post
-title: "Welcome to Jekyll!"
+title: "Remote Procedure Call"
date: 2016-10-16 11:46:07 -0400
categories: jekyll update
by: "Aviral Goel and Heather Miller"
diff --git a/custom.css b/custom.css
index e1db15e..546db63 100644
--- a/custom.css
+++ b/custom.css
@@ -16,12 +16,14 @@ body {
}
h2, h3 {
+ font-family: 'Alegreya Sans', sans-serif;
font-family: 'Fira Sans';
font-weight: 200;
font-style: normal;
}
.post-title {
+ font-family: 'Alegreya Sans', sans-serif;
font-family: 'Fira Sans';
font-weight: 200;
/*font-size: 3.2em;*/