1 /*--------------------- Typography ----------------------------*/
4 font-family: 'aller-light';
5 src: url('fonts/aller-light.eot');
6 src: url('fonts/aller-light.eot?#iefix') format('embedded-opentype'),
7 url('fonts/aller-light.woff') format('woff'),
8 url('fonts/aller-light.ttf') format('truetype');
13 /*--------------------- Layout ----------------------------*/
15 font-family: 'aller-light', sans-serif;
17 display: inline-block;
21 h1, h2, h3, h4, h5, h6 {
43 h1, h2, h3, h4, h5, h6 {
62 /*---------------------- Syntax Highlighting -----------------------------*/
63 body .k { font-weight: bold } /* Keyword */
64 body .kd { font-weight: normal } /* Keyword.Declaration */
65 body .n { color: #19469D } /* Name */
67 body .mf { color: #40A070 } /* Literal.Number.Float */
68 body .mh { color: #40A070 } /* Literal.Number.Hex */
69 body .mi { color: #40A070 } /* Literal.Number.Integer */
70 body .mo { color: #40A070 } /* Literal.Number.Oct */
71 body .il { color: #40A070 } /* Literal.Number.Integer.Long */