-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathprogramming-fonts.html
More file actions
88 lines (87 loc) · 4.42 KB
/
programming-fonts.html
File metadata and controls
88 lines (87 loc) · 4.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>Free Programming Fonts</title>
<meta name="description" content="A sample page of open source fonts for programmers.">
<meta name="author" content="Six Revisions">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- STYLESHEETS -->
<link href="http://fonts.googleapis.com/css?family=Ek+Mukta:300,400" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="programming-fonts.css?v0-3">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="http://sixrevisions.com/favicon.ico">
</head>
<body>
<div class="container">
<h1>Free Programming Fonts</h1>
<p>A demonstration of beautiful fonts for people who love to code</p>
<p><a href="https://github.com/sixrevisions/free-programming-fonts">View source on GitHub</a></p>
<p><a class="button" title="Go to article: Top 10 Free Programming Fonts" href="http://sixrevisions.com/lists/free-programming-fonts/">Read the article</a></p>
<div><noscript>Your browser has JavaScript disabled. You won't be able to see the code block samples.</noscript></div>
<section>
<h2 id="anonymous-pro-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#anonymous-pro-section">Anonymous Pro</a></h2>
<pre class="sample-code font-anonymous-pro"></pre>
</section>
<section>
<h2 id="cousine-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#cousine-section">Cousine</a></h2>
<pre class="sample-code font-cousine"></pre>
</section>
<section>
<h2 id="dejavu-sans-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#dejavu-sans-mono-section">DejaVu Sans Mono</a></h2>
<pre class="sample-code font-dejavu-sans-mono"></pre>
</section>
<section>
<h2 id="droid-sans-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#droid-sans-mono-section">Droid Sans Mono</a></h2>
<pre class="sample-code font-droid-sans-mono"></pre>
</section>
<section>
<h2 id="fira-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#fira-mono-section">Fira Mono</a></h2>
<pre class="sample-code font-fira-mono"></pre>
</section>
<section>
<h2 id="hermit-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#hermit-section">Hermit</a></h2>
<pre class="sample-code font-hermit"></pre>
</section>
<section>
<h2 id="inconsolata-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#inconsolata-section">Inconsolata</a></h2>
<pre class="sample-code font-inconsolata"></pre>
</section>
<section>
<h2 id="oxygen-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#oxygen-mono-section">Oxygen Mono</a></h2>
<pre class="sample-code font-oxygen-mono"></pre>
</section>
<section>
<h2 id="pt-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#pt-mono-section">PT Mono</a></h2>
<pre class="sample-code font-pt-mono"></pre>
</section>
<section>
<h2 id="source-code-pro-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#source-code-pro-section">Source Code Pro</a></h2>
<pre class="sample-code font-source-code-pro"></pre>
</section>
<section>
<h2 id="luculent-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#luculent-section">Luculent</a></h2>
<pre class="sample-code font-luculent"></pre>
</section>
<section>
<h2 id="mplus-1mn-regular-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#mplus-1mn-regular-section">M+</a></h2>
<pre class="sample-code font-mplus-1mn-regular"></pre>
</section>
<section>
<h2 id="ubuntu-mono-demo"><a href="http://sixrevisions.com/lists/free-programming-fonts/#ubuntu-mono-section">Ubuntu Mono</a></h2>
<pre class="sample-code font-ubuntu-mono"></pre>
</section>
<section>
<p><a href="https://github.com/sixrevisions/free-programming-fonts">View source on GitHub</a></p>
<p><a class="button" title="Go to article: Top 10 Free Programming Fonts" href="http://sixrevisions.com/lists/free-programming-fonts/">Read the article</a></p>
</section>
</div>
<!-- SCRIPTS -->
<script src="jquery/jquery-2.1.1.min.js"></script>
<script src="programming-fonts.js"></script>
</body>
</html>