Skip to content

Commit

Permalink
colon and equals
Browse files Browse the repository at this point in the history
  • Loading branch information
skuqre committed Dec 6, 2023
1 parent afc2acd commit cc51d26
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file modified public/images/nikkefont/'.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/nikkefont/-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/nikkefont/=.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nikkefont/backslash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nikkefont/colon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nikkefont/dquote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nikkefont/forslash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/nikkefont/qmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scripts/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let replacements = {
"\"" : "dquote",
}

let logoglyphs = 'abcdefghijklmnopqrstuvwxyz,.!$&0123456789\'\\/:?"'
let logoglyphs = 'abcdefghijklmnopqrstuvwxyz,.!$&0123456789\'\\/:?"-='

for (let i = 0; i < logoglyphs.length; i++) {
let img = new Image();
Expand Down

0 comments on commit cc51d26

Please sign in to comment.