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

Added Font Awesome v3.2.1

This commit is contained in:
nobody42
2020-03-25 12:11:53 +01:00
parent 5d9c165ec1
commit 23e0893ef0
14 changed files with 3879 additions and 4 deletions

View File

@ -328,6 +328,8 @@ helpers.setLastVersion = function (type, versionNumber) {
version = '3.1.0';
} else if (type.includes('findify')) {
version = '6.9.15';
} else if (type.includes('/fontawesome/3.')) {
version = '3.2.1';
} else if (type.includes('/fontawesome/4.')) {
version = '4.7.0';
} else if (type.includes('/fontawesome/5.')) {