Skip to content

Commit

Permalink
Programma
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascrockford committed Dec 9, 2016
1 parent ff8af10 commit 861657a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jslint.html
Expand Up @@ -11,6 +11,12 @@
href="http://fonts.googleapis.com/css?family=Patua+One">
<link rel="icon" href="image/favicon.ico">
<style>
@font-face {
font-family: 'Programma';
font-weight: normal;
src: url('http://programma.us/1070/Programma-Regular.woff2') format('woff2');
}

body {
background-color: antiquewhite;
color: black;
Expand Down Expand Up @@ -111,7 +117,8 @@
border: 0;
background-color: white;
border: 0;
font-family: monospace;
font-family: Programma, monospace;
font-weight: normal;
font-size: 90%;
resize: none;
}
Expand Down

0 comments on commit 861657a

Please sign in to comment.