styles.mustache 1.04 KB
<!-- bootstrap & fontawesome -->
<link rel="stylesheet" href="{{{path.assets}}}/css/bootstrap{{{path.minified}}}.css" />{{! not using CDN bootstrap.css because we've modified it slightly}}
{{> layout._template.fontawesome}}

<!-- text fonts -->
{{> layout._template.fonts}}

<!-- ace styles -->
<link rel="stylesheet" href="{{{path.assets}}}/css/ace{{{path.minified}}}.css" class="ace-main-stylesheet" id="main-ace-style" />
<!--[if lte IE 9]>
	<link rel="stylesheet" href="{{{path.assets}}}/css/ace-part2{{{path.minified}}}.css" class="ace-main-stylesheet" />
<![endif]-->

<!--[if lte IE 9]>
  <link rel="stylesheet" href="{{{path.assets}}}/css/ace-ie{{{path.minified}}}.css" />
<![endif]-->


<!-- ace settings handler -->
<script src="{{{path.assets}}}/js/ace-extra{{{path.minified}}}.js"></script>

<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lte IE 8]>
<script src="{{{path.assets}}}/js/html5shiv{{{path.minified}}}.js"></script>
<script src="{{{path.assets}}}/js/respond{{{path.minified}}}.js"></script>
<![endif]-->