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 {
39 h1, h2, h3, h4, h5, h6 {
66 @media screen and (max-width:1200px) {
80 /*---------------------- Syntax Highlighting -----------------------------*/
81 body .k { font-weight: bold } /* Keyword */
82 body .kd { font-weight: normal } /* Keyword.Declaration */
83 body .n { color: #19469D } /* Name */
85 body .mf { color: #40A070 } /* Literal.Number.Float */
86 body .mh { color: #40A070 } /* Literal.Number.Hex */
87 body .mi { color: #40A070 } /* Literal.Number.Integer */
88 body .mo { color: #40A070 } /* Literal.Number.Oct */
89 body .il { color: #40A070 } /* Literal.Number.Integer.Long */