Skip to content
Commits on Source (2)
......@@ -224,7 +224,7 @@ function start_head( $title,
<?php /* jQuery */ ?>
<?php /* Get the one in the Google CDN to get cached */ ?>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' type='text/javascript'></script>
<script src="<?= isDeveloper() ? '/js/jquery.min.js': '//images.videolan.org/js/jquery.min.js' ?>" type='text/javascript'></script>
<script async="async" src="<?= isDeveloper() ? '/js/bootstrap.min.js': '//images.videolan.org/js/bootstrap.min.js' ?>" type="text/javascript"></script>
<?php if( isset($additional_js) ) {
foreach($additional_js as $js) {
......
This diff is collapsed.
......@@ -62,8 +62,7 @@ $font-path-raleway: "/style/fonts/Raleway";
font-family: "Raleway";
font-style: normal;
font-weight: 100;
src: local("Raleway Thin"), local("Raleway-Thin"),
url('#{$font-path-raleway}/Raleway-Thin.eot'),
src: url('#{$font-path-raleway}/Raleway-Thin.eot'),
url('#{$font-path-raleway}/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
url('#{$font-path-raleway}/Raleway-Thin.woff2') format('woff2'),
url('#{$font-path-raleway}/Raleway-Thin.woff') format('woff'),
......