aboutsummaryrefslogtreecommitdiff
path: root/dev-utils
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2021-02-20 20:15:09 +0100
committerFrancesco Abbate <francesco.bbt@gmail.com>2021-02-20 20:15:09 +0100
commit22c9628def4a0ab5acfe01024fe80b09114d86fd (patch)
tree323548f99f6de9dd6de84122c7ea5bc87653bc34 /dev-utils
parentcf6332aebc512c2df10c39f86d4fc9e76f9a0f98 (diff)
downloadlite-xl-22c9628def4a0ab5acfe01024fe80b09114d86fd.tar.gz
lite-xl-22c9628def4a0ab5acfe01024fe80b09114d86fd.zip
Fix missing info icon
Github issue: https://github.com/franko/lite-xl/issues/45
Diffstat (limited to 'dev-utils')
-rw-r--r--dev-utils/fontello-config-small.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-utils/fontello-config-small.json b/dev-utils/fontello-config-small.json
index 5204aa21..ff3952ff 100644
--- a/dev-utils/fontello-config-small.json
+++ b/dev-utils/fontello-config-small.json
@@ -71,6 +71,18 @@
"css": "book",
"code": 66,
"src": "fontawesome"
+ },
+ {
+ "uid": "e82cedfa1d5f15b00c5a81c9bd731ea2",
+ "css": "info-circled-1",
+ "code": 105,
+ "src": "fontawesome"
+ },
+ {
+ "uid": "5211af474d3a9848f67f945e2ccaf143",
+ "css": "cancel-1",
+ "code": 67,
+ "src": "fontawesome"
}
]
-} \ No newline at end of file
+}