styles.mustache
973 Bytes
<!-- 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" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="{{{path.assets}}}/css/ace-part2{{{path.minified}}}.css" />
<![endif]-->
<link rel="stylesheet" href="{{{path.assets}}}/css/ace-rtl{{{path.minified}}}.css" />
<!--[if lte IE 9]>
<link rel="stylesheet" href="{{{path.assets}}}/css/ace-ie{{{path.minified}}}.css" />
<![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="{{{path.assets}}}/js/html5shiv{{{path.minified}}}.js"></script>
<script src="{{{path.assets}}}/js/respond{{{path.minified}}}.js"></script>
<![endif]-->