Skip to content
Snippets Groups Projects
Commit 888df3c0 authored by Erik Strand's avatar Erik Strand
Browse files

Change font

parent 5c5a65d0
Branches
No related tags found
No related merge requests found
......@@ -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 %}
......
body {
max-width: 650px;
line-height: 1.6;
font-family: 'Roboto', 'Helvetica', sans-serif;
font-size: 18px;
color: #333;
background-color: #fdfdfd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment