use Input font

This commit is contained in:
Koen Lageveen 2016-01-16 17:32:03 +01:00
parent c0c0689436
commit 6660c38354

View File

@ -73,8 +73,7 @@
<!-- ProgrammingFonts @font-faces -->
<!-- Compiled (using less on node) with "lessc fonts.less > stylesheet.css" -->
<link rel="stylesheet" href="fonts/stylesheets/stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>
<link href="//cloud.webtype.com/css/7e544c5e-55dc-4b41-a8d3-c13f7e0a13d3.css" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<!-- Google/Typekit Web Font Loader: https://github.com/typekit/webfontloader -->
@ -93,8 +92,8 @@
line-height: 2;
}
h1 {
font-family: 'Merriweather', serif;
font-weight: normal;
font-family: 'Input Mono', serif;
font-weight: bold;
font-size: 64px;
line-height: 64px;
margin: 0 0 64px 0;
@ -152,7 +151,7 @@
pre,
textarea,
.CodeMirror {
font-family: "gnu-freefont";
font-family: "Input Mono";
}
.CodeMirror {
border: none;
@ -265,8 +264,8 @@ function findSequence(goal) {
<option value="hermit">Hermit</option>,
<option value="inconsolata">Inconsolata</option>,
<option value="inconsolata-g">Inconsolata-G</option>,
<option value="input" selected>Input</option>,
<option value="input-compressed">Input Compressed</option>,
<option value="Input Mono" selected>Input Mono</option>,
<option value="input Mono Comp">Input Mono Compressed</option>,
<option value="latin-modern">Latin Modern Mono</option>,
<option value="lekton">Lekton</option>,
<option value="liberation">Liberation Mono</option>,