Skip to content

Commit

Permalink
Version 1.404
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Sep 13, 2023
1 parent b00ab01 commit 8b3d37f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ Same as M+ fonts.
Version History
---------------

### Version 1.404, September 13, 2023
* Modify Socho glyphs
* Import makeglyph.js from the old Kage repository
* Remove urlencode
* Bugfix

### Version 1.402, August 31, 2023
* Modify Gothic glyphs

Expand Down
4 changes: 2 additions & 2 deletions credits.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
def fontVersion
"1.402"
"1.404"
end

def fontCopyrightOf(fontname)
kage = "Created by KAGE system. (http://fonts.jp/)"
symbol = "Some symbol glyphs are M+ fonts and GL-Antique."
aj16Sans = "AJ1-7 sans-serif glyphs from M+ fonts."
merge = "Merged by MihailJP, August 2023."
merge = "Merged by MihailJP, September 2023."
if fontname =~ /Mincho|Gothic|Socho/i then
"#{kage}\n" \
"Alphabet glyphs by Andrey V. Panov (C) 2005 All rights reserved.\n" \
Expand Down

0 comments on commit 8b3d37f

Please sign in to comment.