|
33 | 33 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
34 | 34 |
|
35 | 35 | <!-- For all browsers -->
|
| 36 | +<!-- Bootstrap Core CSS --> |
| 37 | +<link rel="stylesheet" href="{{ site.url }}/assets/css/bootstrap.min.css"> |
| 38 | +<!-- Clean Blog CSS --> |
| 39 | +<link rel="stylesheet" href="{{ site.url }}/assets/css/clean-blog.css"> |
| 40 | +<!-- HPSTR main CSS --> |
36 | 41 | <link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
37 |
| -<!-- Webfonts --> |
38 |
| -<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css"> |
39 | 42 |
|
40 | 43 | <meta http-equiv="cleartype" content="on">
|
41 | 44 |
|
42 | 45 | <!-- Load Modernizr -->
|
43 | 46 | <script src="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
|
44 | 47 |
|
| 48 | +<!-- Custom Fonts --> |
| 49 | +<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css"> |
| 50 | +<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> |
| 51 | +<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> |
| 52 | +<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> |
| 53 | + |
45 | 54 | <!-- Icons -->
|
46 | 55 | <!-- 16x16 -->
|
47 | 56 | <link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
|
|
61 | 70 | {% unless background contains 'http://' or background contains 'https://' %}{% capture background %}{{ site.url }}/images/{{ background }}{% endcapture %}{% endunless %}
|
62 | 71 | <style type="text/css">body {background-image:url({{ background }});}</style>
|
63 | 72 | {% endif %}
|
| 73 | + |
| 74 | +<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| 75 | +<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 76 | +<!--[if lt IE 9]> |
| 77 | + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
| 78 | + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
| 79 | +<![endif]--> |
0 commit comments