Cleaning up

Preloading Font, removed unnecessary FA fonts
This commit is contained in:
Kukielka
2018-04-16 12:45:44 +02:00
parent b9dfafa3bd
commit 58ec029df9
11 changed files with 2 additions and 1383 deletions

View File

@ -25,6 +25,7 @@
</head>
<body id="homepage">
<span class="fa fa-asterisk" style="opacity: 0;"></span>
<div id="links-wrap" class="menu-item bg">
<center><p>
<?php
@ -47,6 +48,7 @@
width: dimensions.width,
height: dimensions.height
});
target.style['background-image'] = 'url(' + pattern.png() + ')';
target.style['background-size'] = 'cover';
target.style['-webkit-background-size'] = 'cover';