Skip to content
Snippets Groups Projects
Commit 7b3a7dbc authored by 2deep4real's avatar 2deep4real
Browse files

added vrr-font to webfontloader

parent d7607f64
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment