1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-22 06:03:14 +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"
],
"font": [
"plain",
"plain-wordmark"
"original",
"original-wordmark"
]
},
"color": "#181616",
"aliases": []
"aliases": [
{
"base": "original",
"alias": "plain"
}
]
},
{
"name": "gitlab",