mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-10 21:36:36 +01:00
use Input font
This commit is contained in:
parent
c0c0689436
commit
6660c38354
13
index.html
13
index.html
@ -73,8 +73,7 @@
|
|||||||
<!-- ProgrammingFonts @font-faces -->
|
<!-- ProgrammingFonts @font-faces -->
|
||||||
<!-- Compiled (using less on node) with "lessc fonts.less > stylesheet.css" -->
|
<!-- Compiled (using less on node) with "lessc fonts.less > stylesheet.css" -->
|
||||||
<link rel="stylesheet" href="fonts/stylesheets/stylesheet.css">
|
<link rel="stylesheet" href="fonts/stylesheets/stylesheet.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=Merriweather:400,700' rel='stylesheet' type='text/css'>
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' 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 -->
|
<!-- Google/Typekit Web Font Loader: https://github.com/typekit/webfontloader -->
|
||||||
@ -93,8 +92,8 @@
|
|||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: 'Merriweather', serif;
|
font-family: 'Input Mono', serif;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
line-height: 64px;
|
line-height: 64px;
|
||||||
margin: 0 0 64px 0;
|
margin: 0 0 64px 0;
|
||||||
@ -152,7 +151,7 @@
|
|||||||
pre,
|
pre,
|
||||||
textarea,
|
textarea,
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
font-family: "gnu-freefont";
|
font-family: "Input Mono";
|
||||||
}
|
}
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
border: none;
|
border: none;
|
||||||
@ -265,8 +264,8 @@ function findSequence(goal) {
|
|||||||
<option value="hermit">Hermit</option>,
|
<option value="hermit">Hermit</option>,
|
||||||
<option value="inconsolata">Inconsolata</option>,
|
<option value="inconsolata">Inconsolata</option>,
|
||||||
<option value="inconsolata-g">Inconsolata-G</option>,
|
<option value="inconsolata-g">Inconsolata-G</option>,
|
||||||
<option value="input" selected>Input</option>,
|
<option value="Input Mono" selected>Input Mono</option>,
|
||||||
<option value="input-compressed">Input Compressed</option>,
|
<option value="input Mono Comp">Input Mono Compressed</option>,
|
||||||
<option value="latin-modern">Latin Modern Mono</option>,
|
<option value="latin-modern">Latin Modern Mono</option>,
|
||||||
<option value="lekton">Lekton</option>,
|
<option value="lekton">Lekton</option>,
|
||||||
<option value="liberation">Liberation Mono</option>,
|
<option value="liberation">Liberation Mono</option>,
|
||||||
|
Loading…
Reference in New Issue
Block a user