From 449157e2959e17e497f8db467e2db366a7394105 Mon Sep 17 00:00:00 2001 From: Clemens Bastian <8781699+amacado@users.noreply.github.com> Date: Mon, 7 Dec 2020 22:17:39 +0100 Subject: [PATCH] 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 --- devicon.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index 418d0217..71d05136 100644 --- a/devicon.json +++ b/devicon.json @@ -1105,12 +1105,17 @@ "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#181616", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "gitlab", @@ -2952,4 +2957,4 @@ "color": "#68b604", "aliases": [] } -] \ No newline at end of file +]