1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

font-awesome v6.0.0 (#875)

This commit is contained in:
nobody
2022-02-13 07:56:09 +01:00
parent 8a218ad583
commit 7551ede3dc
12 changed files with 4883 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/font-awesome/3.')) return '3.2.1';
if (type.startsWith('/font-awesome/4.')) return '4.7.0';
if (type.startsWith('/font-awesome/5.')) return '5.15.4';
if (type.startsWith('/font-awesome/6.')) return '6.0.0';
if (type.startsWith('/fork-awesome/1.')) return '1.2.0';
if (type.startsWith('/foundicons/3.')) return '3.0.0';
if (type.startsWith('/gsap/1.')) return '1.20.5';