From 7b3a7dbc62a80d36f9a7f3c7b5e3cf4836e0b6d7 Mon Sep 17 00:00:00 2001 From: 2deep4real <denis.peters@udo.edu> Date: Tue, 30 Jun 2015 23:41:02 +0200 Subject: [PATCH] added vrr-font to webfontloader --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a76058d..8c1ab58 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> -- GitLab