3 <head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
4 <meta charset=
"UTF-8"><style>/*
7 * Copyright
2012 Twitter, Inc
8 * Licensed under the Apache License v2.0
9 * http://www.apache.org/licenses/LICENSE-
2.0
11 * Designed and built with all the love in the world @twitter by @mdo and @fat.
27 -webkit-text-size-adjust:
100%;
28 -ms-text-size-adjust:
100%;
31 outline: thin dotted #
333;
32 outline:
5px auto -webkit-focus-ring-color;
45 vertical-align: middle;
52 button::-moz-focus-inner,
53 input::-moz-focus-inner {
59 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
63 background-color: #fff;
67 text-decoration: none;
71 text-decoration: underline;
92 .navbar-static-top .container,
93 .navbar-fixed-top .container,
94 .navbar-fixed-bottom .container {
133 [class*="span"].pull-right,
134 .row-fluid [class*="span"].pull-right {
165 font-family: inherit;
169 text-rendering: optimizelegibility;
193 background-color: #fff;
194 border-bottom:
1px solid #ddd;
206 text-decoration: underline;
231 font-family: 'fontello';
232 src: url('./font/fontello.eot?
15442171');
233 src: url('./font/fontello.eot?
15442171#iefix') format('embedded-opentype'),
234 url('./font/fontello.woff?
15442171') format('woff'),
235 url('./font/fontello.ttf?
15442171') format('truetype'),
236 url('./font/fontello.svg?
15442171#fontello') format('svg');
244 font-family: "fontello";
249 display: inline-block;
250 text-decoration: inherit;
256 /* For safety - reset parent styles, that can break glyph codes*/
257 font-variant: normal;
258 text-transform: none;
260 /* fix buttons height, for twitter bootstrap */
263 /* Animation center compensation - margins should be symmetric */
264 /* remove if not needed */
267 /* You can be more comfortable with increased icons size */
268 /* font-size:
120%; */
270 /* Font smoothing. That was taken from TWBS */
271 -webkit-font-smoothing: antialiased;
272 -moz-osx-font-smoothing: grayscale;
274 /* Uncomment for
3D effect */
275 /* text-shadow:
1px
1px
1px rgba(
127,
127,
127,
0.3); */
278 <link rel=
"stylesheet" href=
"css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/fontello-ie7.css"><![endif]-->
280 function toggleCodes(on) {
281 var obj = document.getElementById('icons');
284 obj.className += ' codesOn';
286 obj.className = obj.className.replace(' codesOn', '');
293 <div class=
"container header">
296 <small>font demo
</small>
298 <label class=
"switch">
299 <input type=
"checkbox" onclick=
"toggleCodes(this.checked)">show codes
302 <div id=
"icons" class=
"container">
304 <div title=
"Code: 0xe800" class=
"the-icons span3"><i class=
"demo-icon icon-cancel"></i> <span class=
"i-name">icon-cancel
</span><span class=
"i-code">0xe800</span></div>
305 <div title=
"Code: 0xe801" class=
"the-icons span3"><i class=
"demo-icon icon-upload"></i> <span class=
"i-name">icon-upload
</span><span class=
"i-code">0xe801</span></div>
306 <div title=
"Code: 0xe802" class=
"the-icons span3"><i class=
"demo-icon icon-star"></i> <span class=
"i-name">icon-star
</span><span class=
"i-code">0xe802</span></div>
307 <div title=
"Code: 0xe803" class=
"the-icons span3"><i class=
"demo-icon icon-star-empty"></i> <span class=
"i-name">icon-star-empty
</span><span class=
"i-code">0xe803</span></div>
310 <div title=
"Code: 0xe804" class=
"the-icons span3"><i class=
"demo-icon icon-retweet"></i> <span class=
"i-name">icon-retweet
</span><span class=
"i-code">0xe804</span></div>
311 <div title=
"Code: 0xe805" class=
"the-icons span3"><i class=
"demo-icon icon-eye-off"></i> <span class=
"i-name">icon-eye-off
</span><span class=
"i-code">0xe805</span></div>
312 <div title=
"Code: 0xe806" class=
"the-icons span3"><i class=
"demo-icon icon-plus-squared"></i> <span class=
"i-name">icon-plus-squared
</span><span class=
"i-code">0xe806</span></div>
313 <div title=
"Code: 0xe807" class=
"the-icons span3"><i class=
"demo-icon icon-cog"></i> <span class=
"i-name">icon-cog
</span><span class=
"i-code">0xe807</span></div>
316 <div title=
"Code: 0xe832" class=
"the-icons span3"><i class=
"demo-icon icon-spin3 animate-spin"></i> <span class=
"i-name">icon-spin3
</span><span class=
"i-code">0xe832</span></div>
317 <div title=
"Code: 0xe834" class=
"the-icons span3"><i class=
"demo-icon icon-spin4 animate-spin"></i> <span class=
"i-name">icon-spin4
</span><span class=
"i-code">0xe834</span></div>
318 <div title=
"Code: 0xf112" class=
"the-icons span3"><i class=
"demo-icon icon-reply"></i> <span class=
"i-name">icon-reply
</span><span class=
"i-code">0xf112</span></div>
319 <div title=
"Code: 0xf1e5" class=
"the-icons span3"><i class=
"demo-icon icon-binoculars"></i> <span class=
"i-name">icon-binoculars
</span><span class=
"i-code">0xf1e5</span></div>
322 <div class=
"container footer">Generated by
<a href=
"http://fontello.com">fontello.com
</a></div>