Replaced Font Awesome by Fork Awesome.

Not all files were added in 8e29f2386a.
This commit adds the missing files.
This commit is contained in:
2019-01-12 23:43:54 +01:00
committed by Dennis Potter
parent d1ad1836b5
commit 4a4d36177e
1344 changed files with 19 additions and 81678 deletions

View File

@@ -155,17 +155,6 @@
randomize: false,
});
/*----------------------------------------------------*/
/* contact
------------------------------------------------------*/
// Adapt Matrix logo to format of fontawesome icons
var faWidth = document.getElementById('contact-email').clientWidth;
setTimeout(function () {
document.getElementById('contact-matrix-logo').setAttribute("style","height:"+faWidth+"px; width:"+faWidth+"px");
}, 5000);
});