Skip to content

Commit 449157e

Browse files
authored
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
1 parent 8c63f66 commit 449157e

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

devicon.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,12 +1105,17 @@
11051105
"original-wordmark"
11061106
],
11071107
"font": [
1108-
"plain",
1109-
"plain-wordmark"
1108+
"original",
1109+
"original-wordmark"
11101110
]
11111111
},
11121112
"color": "#181616",
1113-
"aliases": []
1113+
"aliases": [
1114+
{
1115+
"base": "original",
1116+
"alias": "plain"
1117+
}
1118+
]
11141119
},
11151120
{
11161121
"name": "gitlab",
@@ -2952,4 +2957,4 @@
29522957
"color": "#68b604",
29532958
"aliases": []
29542959
}
2955-
]
2960+
]

0 commit comments

Comments
 (0)