mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-02 22:11:05 +01:00
445 lines
17 KiB
HTML
Executable File
445 lines
17 KiB
HTML
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Programming Fonts - Test Drive App</title>
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
|
|
<!-- Favicons -->
|
|
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png">
|
|
<link rel="icon" type="image/png" href="favicons/favicon-192x192.png" sizes="192x192">
|
|
<link rel="icon" type="image/png" href="favicons/favicon-160x160.png" sizes="160x160">
|
|
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
|
|
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
|
|
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
|
|
<meta name="msapplication-TileColor" content="#5b6268">
|
|
<meta name="msapplication-TileImage" content="favicons/mstile-144x144.png">
|
|
|
|
|
|
<!-- YUI reset -->
|
|
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
|
|
|
|
|
|
<!-- CodeMirror -->
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/codemirror.min.css">
|
|
<!-- CodeMirror Themes -->
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/3024-day.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/3024-night.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/ambiance.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/base16-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/base16-light.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/blackboard.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/cobalt.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/eclipse.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/elegant.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/erlang-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/lesser-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/mbo.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/mdn-like.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/midnight.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/monokai.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/neat.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/neo.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/night.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/paraiso-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/paraiso-light.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/pastel-on-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/rubyblue.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/solarized.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/the-matrix.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/tomorrow-night-eighties.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/twilight.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/vibrant-ink.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/xq-dark.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/theme/xq-light.min.css">
|
|
|
|
<!-- CodeMirror JS -->
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/codemirror.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/mode/javascript/javascript.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/addon/selection/active-line.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/codemirror/4.7.0/addon/edit/matchbrackets.min.js"></script>
|
|
|
|
|
|
<!-- 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=Patua+One' rel='stylesheet' type='text/css'>
|
|
<link href='http://fonts.googleapis.com/css?family=Karla:400,700' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- Google/Typekit Web Font Loader: https://github.com/typekit/webfontloader -->
|
|
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js"></script>
|
|
|
|
|
|
<style type="text/css">
|
|
body {
|
|
color:#eee;
|
|
font-family: "Karla", sans-serif;
|
|
font-size: 16px;
|
|
line-height: 2;
|
|
}
|
|
.background {
|
|
background: url('http://static.tumblr.com/29b40daad2ef73e757cea2aa8538f348/ythva06/puMnf7dz7/tumblr_static_5c6usnox6y8880o08kk4gcwgo.jpg') no-repeat center center fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
height:100%;
|
|
width:100%;
|
|
position: fixed;
|
|
z-index: -1;
|
|
}
|
|
h1 {
|
|
font-family: 'Patua One', serif;
|
|
font-weight: normal;
|
|
color: #f5f5f5;
|
|
font-size: 64px;
|
|
line-height: 64px;
|
|
margin: 0 0 64px 0;
|
|
text-align: center;
|
|
padding-top: 64px;
|
|
color: #f5f5f5;
|
|
}
|
|
.description {
|
|
color:#eee; text-align: center;
|
|
margin: 0 0 30px 0;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
article {
|
|
max-width: 90%;
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
margin-bottom: 64px;
|
|
background: white;
|
|
border: 0;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 4px rgba(0,0,0,.4);
|
|
color: #505050;
|
|
}
|
|
article p {
|
|
text-align: center;
|
|
padding: 0 32px 16px 32px;
|
|
}
|
|
article p:last-child {
|
|
padding-bottom: 32px;
|
|
}
|
|
article form {
|
|
margin-bottom: 32px;
|
|
}
|
|
select {
|
|
margin-right: 32px;
|
|
}
|
|
footer {
|
|
max-width: 90%;
|
|
width: 800px;
|
|
text-align: center;
|
|
margin: 64px auto;
|
|
}
|
|
a,
|
|
a:link,
|
|
a:visited,
|
|
a:hover {
|
|
color: #44cc9a;
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
opacity: .8;
|
|
transition: opacity .5s;
|
|
}
|
|
pre,
|
|
textarea,
|
|
.CodeMirror {
|
|
font-family: "gnu-freefont";
|
|
}
|
|
.CodeMirror {
|
|
border: none;
|
|
font-size:16px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
background: transparent;
|
|
box-shadow: none !important;
|
|
}
|
|
.CodeMirror-gutters {
|
|
background: transparent;
|
|
}
|
|
@media screen and (max-width:800px) {
|
|
.select {
|
|
display: block;
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media screen and (max-width:640px) {
|
|
h1 {
|
|
font-size: 48px;
|
|
line-height: 48px;
|
|
padding-top: 48px;
|
|
margin-bottom: 48px;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
|
|
<h1>Programming Fonts Test Drive</h1>
|
|
|
|
<p class="description">What font looks best with code? Try over 40 free programming fonts and find out!</p>
|
|
|
|
<article>
|
|
<form>
|
|
<textarea id="code" name="code">
|
|
# Type some code:
|
|
|
|
function findSequence(goal) {
|
|
function find(start, history) {
|
|
if (start == goal)
|
|
return history;
|
|
else if (start > goal)
|
|
return null;
|
|
else
|
|
return find(start + 5, "(" + history + " + 5)") ||
|
|
find(start * 3, "(" + history + " * 3)");
|
|
}
|
|
return find(1, "1");
|
|
}</textarea>
|
|
</form>
|
|
|
|
<p><span class="select">Select a theme
|
|
<select onchange="selectTheme()" id="select">
|
|
<option>3024-day</option>
|
|
<option>3024-night</option>
|
|
<option>ambiance</option>
|
|
<option>base16-dark</option>
|
|
<option>base16-light</option>
|
|
<option>blackboard</option>
|
|
<option>cobalt</option>
|
|
<option>eclipse</option>
|
|
<option>elegant</option>
|
|
<option>erlang-dark</option>
|
|
<option>lesser-dark</option>
|
|
<option>mbo</option>
|
|
<option>mdn-like</option>
|
|
<option>midnight</option>
|
|
<option selected>monokai</option>
|
|
<option>neat</option>
|
|
<option>neo</option>
|
|
<option>night</option>
|
|
<option>paraiso-dark</option>
|
|
<option>paraiso-light</option>
|
|
<option>pastel-on-dark</option>
|
|
<option>rubyblue</option>
|
|
<option>solarized dark</option>
|
|
<option>solarized light</option>
|
|
<option>the-matrix</option>
|
|
<option>tomorrow-night-eighties</option>
|
|
<option>twilight</option>
|
|
<option>vibrant-ink</option>
|
|
<option>xq-dark</option>
|
|
<option>xq-light</option>
|
|
</select></span>
|
|
<span class="select">Select a font <select onchange="selectFont()" id="select-font">
|
|
<option value="anka-coder">Anka/Coder</option>,
|
|
<option value="anonymous-pro">Anonymous Pro</option>,
|
|
<option value="average">Average Mono</option>,
|
|
<option value="bitstream-vera">Bitstream Vera Sans Mono</option>,
|
|
<option value="bpmono">BPmono</option>,
|
|
<option value="consolamono">Consolamono</option>,
|
|
<option value="cousine">Cousine</option>,
|
|
<option value="cutive">Cutive Mono</option>,
|
|
<option value="dejavu">DejaVu Mono</option>,
|
|
<option value="droid-sans">Droid Sans Mono</option>,
|
|
<option value="effects-eighty">Effects Eighty</option>,
|
|
<option value="fantasque-sans">Fantasque Sans Mono</option>,
|
|
<option value="fifteen">Fifteen</option>,
|
|
<option value="fira">Fira Mono</option>,
|
|
<option value="fixedsys">Fixedsys</option>,
|
|
<option value="generic">Generic Mono</option>,
|
|
<option selected value="gnu-freefont"> GNU Freefont</option>,
|
|
<option value="gnutypewriter">GNUTypewriter</option>,
|
|
<option value="unifont">GNU Unifont</option>,
|
|
<option value="hermit">Hermit</option>,
|
|
<option value="inconsolata">Inconsolata</option>,
|
|
<option value="inconsolata-g">Inconsolata-G</option>,
|
|
<option value="latin-modern">Latin Modern Mono</option>,
|
|
<option value="lekton">Lekton</option>,
|
|
<option value="liberation">Liberation Mono</option>,
|
|
<option value="luxi">Luxi Mono</option>,
|
|
<option value="meslo">Meslo</option>,
|
|
<option value="monofur">Monofur</option>,
|
|
<option value="mplus">Mplus-1m</option>,
|
|
<option value="notcouriersans">NotCourierSans</option>,
|
|
<option value="nova">Nova Mono</option>,
|
|
<option value="oxygen">Oxygen Mono</option>,
|
|
<option value="profont">Profont</option>,
|
|
<option value="proggy-clean">Proggy Clean</option>,
|
|
<option value="pt">PT Mono</option>,
|
|
<option value="quinze">Quinze</option>,
|
|
<option value="sax">saxMono</option>,
|
|
<option value="share-tech">Share Tech Mono</option>,
|
|
<option value="source-code-pro">Source Code Pro</option>,
|
|
<option value="sudo">Sudo</option>,
|
|
<option value="tex-gyre-cursor">TeX Qyre Cursor</option>,
|
|
<option value="ubuntu">Ubuntu Mono</option>,
|
|
<option value="vt323">VT323</option>
|
|
|
|
<!-- In need of testing -->
|
|
<!-- <option value="gohu">gohu</option>, -->
|
|
|
|
</select></span>
|
|
</p>
|
|
|
|
<p><a href="http://programmingfonts.org/list" rel="external">Download your favourite fonts</a>, or use <a href="http://atom.io/packages/fonts" rel="external">this package</a> in <a href="http://atom.io">Atom</a></p>
|
|
|
|
|
|
</article>
|
|
|
|
<footer>
|
|
<p>
|
|
Built with <a href="http://codemirror.net/" rel="external">CodeMirror</a>, <a href="https://github.com/typekit/webfontloader" rel="external">Google/Typekit Web Font Loader</a>, <a href="http://cdnjs.com/" rel="external">CDNJS</a>, <a href="https://github.com/braver/programmingfonts">Github</a>, photography from <a href="http://unsplash.com">Unsplash</a>
|
|
</p>
|
|
<p>
|
|
<a href="http://programmingfonts.org">Back to the blog</a> - © 2014 <a href="http://koenlageveen.nl" style="color: #eee;">Koen Lageveen</a>
|
|
<p>
|
|
|
|
<a href="https://github.com/braver/programmingfonts"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a>
|
|
</footer>
|
|
|
|
<!-- Some jquery to make live easier -->
|
|
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
|
|
<!-- The business -->
|
|
<script>
|
|
// configure the webfont loader
|
|
WebFont.load({
|
|
custom: {
|
|
families: [
|
|
'anka-coder',
|
|
'anonymous-pro',
|
|
'average',
|
|
'bitstream-vera',
|
|
'bpmono',
|
|
'consolamono',
|
|
'cousine',
|
|
'cutive',
|
|
'dejavu',
|
|
'droid-sans',
|
|
'effects-eighty',
|
|
'fantasque-sans',
|
|
'fifteen',
|
|
'fira',
|
|
'fixedsys',
|
|
'generic',
|
|
'gnu-freefont',
|
|
'gnutypewriter',
|
|
// 'gohu',
|
|
'hermit',
|
|
'inconsolata',
|
|
'inconsolata-g',
|
|
'lekton',
|
|
'latin-modern',
|
|
'liberation',
|
|
'luxi',
|
|
'meslo',
|
|
'monofur',
|
|
'mplus',
|
|
'notcouriersans',
|
|
'nova',
|
|
'oxygen',
|
|
'profont',
|
|
'proggy-clean',
|
|
'pt',
|
|
'quinze',
|
|
'sax',
|
|
'share-tech',
|
|
'source-code-pro',
|
|
'sudo',
|
|
'tex-gyre-cursor',
|
|
'ubuntu',
|
|
'unifont',
|
|
'vt323'
|
|
]
|
|
}
|
|
});
|
|
WebFontConfig = {
|
|
loading: function() {},
|
|
active: function() {}, //<-- think I need to put all codemirror stuff into this callback
|
|
inactive: function() {},
|
|
fontloading: function(familyName, fvd) {},
|
|
fontactive: function(familyName, fvd) {},
|
|
fontinactive: function(familyName, fvd) {}
|
|
};
|
|
|
|
// CodeMirror
|
|
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
|
lineNumbers: true,
|
|
styleActiveLine: true,
|
|
matchBrackets: true,
|
|
theme: "monokai"
|
|
});
|
|
|
|
// CodeMirror theme selector
|
|
var input = document.getElementById("select");
|
|
function selectTheme() {
|
|
var theme = input.options[input.selectedIndex].innerHTML;
|
|
editor.setOption("theme", theme);
|
|
}
|
|
|
|
var choice = document.location.search &&
|
|
decodeURIComponent(document.location.search.slice(1));
|
|
|
|
if (choice) {
|
|
input.value = choice;
|
|
editor.setOption("theme", choice);
|
|
}
|
|
|
|
// ProgrammingFonts font selector
|
|
function selectFont() {
|
|
var font = $("#select-font").val();
|
|
|
|
$("pre").css({
|
|
fontFamily: font
|
|
});
|
|
$("textarea").css({
|
|
fontFamily: font
|
|
});
|
|
$(".CodeMirror").css({
|
|
fontFamily: font
|
|
});
|
|
|
|
}
|
|
|
|
$(document).ready(function(){
|
|
selectFont();
|
|
});
|
|
|
|
|
|
// Google Analytics
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-56825926-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-56825926-1']);
|
|
_gaq.push(['_setDomainName', 'example-petstore.com']);
|
|
_gaq.push(['_trackPageview']);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|