From 888df3c0b79099ada008315eb6f2f32afec69295 Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Wed, 10 Apr 2019 12:15:03 -0400 Subject: [PATCH] Change font --- _layouts/default.html | 1 + _sass/main.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index 2b0a996..d5018fd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,6 +5,7 @@ <title>{{ page.title }}</title> <link rel="stylesheet" href="{{ "/assets/css/styles.css" | real_relative_url }}"> {% include mathjax.html %} + <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> </head> <body> {% include navigation.html %} diff --git a/_sass/main.scss b/_sass/main.scss index 6c7e3e2..504e663 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -1,6 +1,7 @@ body { max-width: 650px; line-height: 1.6; + font-family: 'Roboto', 'Helvetica', sans-serif; font-size: 18px; color: #333; background-color: #fdfdfd; -- GitLab