Skip to content

Commit

Permalink
Fixes Onca font names
Browse files Browse the repository at this point in the history
  • Loading branch information
catusf committed Aug 24, 2024
1 parent 89b4b0c commit fe5c1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/onca.bottom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
rubyFontFilepath: path.resolve(
'./resources/fonts/LXGWWenKaiMono-Regular.ttf'
),
fontName: 'Catus-Pinyin-Bottom-Serif',
fontName: 'Onca-Pinyin-Bottom-Serif',
get layout() {
return {
base: this.baseLayout(this.canvas),
Expand Down
2 changes: 1 addition & 1 deletion src/config/onca.left.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
rubyFontFilepath: path.resolve(
'./resources/fonts/LXGWWenKaiMono-Regular.ttf'
),
fontName: 'Catus-Pinyin-Left-Serif',
fontName: 'Onca-Pinyin-Left-Serif',
get layout() {
return {
base: this.baseLayout(this.canvas),
Expand Down

0 comments on commit fe5c1c7

Please sign in to comment.