Skip to content

Commit f951ead

Browse files
committed
added neoMatrix font to fonts option aswell
1 parent acbd952 commit f951ead

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ window.onload = function () {
269269
updateMask();
270270
}, 60000);
271271

272-
var fonts = ["monospace", "consolas", "courier-bold"];
272+
var fonts = ["monospace", "consolas", "courier-bold", "neo-matrix"];
273273
var charsets = [
274274
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
275275
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",

project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@
331331
{
332332
"label" : "Courier Bold",
333333
"value" : "3"
334+
},
335+
{
336+
"label" : "Neo Matrix",
337+
"value" : "4"
334338
}
335339
],
336340
"order" : 113,

0 commit comments

Comments
 (0)