diff --git a/index.php b/index.php index a76058dbdc56f6a7dc5eef1297d3e491704ea744..8c1ab589a96458cfdc2d2a4c22f754b119a32247 100755 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ var fontsReady = false; WebFontConfig = { custom : { - families : ['time-medium', 'time-fat'], + families : ['time-medium', 'time-fat', 'vrr'], urls : ['css/font.css'] }, active : function() { @@ -26,7 +26,7 @@ } }; $(document).ready(function(){ - layout.loadLayout("<?= isset( $_GET["layout"] ) ? $_GET["layout"] : "oh14" ?>"); // test + layout.loadLayout("<?= isset( $_GET["layout"] ) ? $_GET["layout"] : "oh14" ?>"); }); //]]> </script>