1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-21 21:56:48 +02:00

fix github font version and add alias

as reported in issue #373 github font is saved as original but the devicon.json is referencing the non-existing plain version
This commit is contained in:
Clemens Bastian
2020-12-07 22:17:39 +01:00
committed by GitHub
parent 8c63f66dd7
commit 449157e295

View File

@@ -1105,12 +1105,17 @@
"original-wordmark" "original-wordmark"
], ],
"font": [ "font": [
"plain", "original",
"plain-wordmark" "original-wordmark"
] ]
}, },
"color": "#181616", "color": "#181616",
"aliases": [] "aliases": [
{
"base": "original",
"alias": "plain"
}
]
}, },
{ {
"name": "gitlab", "name": "gitlab",