Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Nov 3, 2024
1 parent 132b34f commit dc754ec
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions extensions/SharkPool/Font-Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,46 +240,47 @@
acceptReporters: false,
items: [
{
text: 'Sans Serif',
value: 'Sans Serif'
text: "Sans Serif",
value: "Sans Serif",
},
{
text: 'Serif',
value: 'Serif'
text: "Serif",
value: "Serif",
},
{
text: 'Handwriting',
value: 'Handwriting'
text: "Handwriting",
value: "Handwriting",
},
{
text: 'Marker',
value: 'Marker'
text: "Marker",
value: "Marker",
},
{
text: 'Curly',
value: 'Curly'
text: "Curly",
value: "Curly",
},
{
text: 'Pixel',
value: 'Pixel'
text: "Pixel",
value: "Pixel",
},
{
text: 'Mopeds',
value: 'Scratch'
text: "Mopeds",
value: "Scratch",
},
{
text: '中文',
text: "中文",
value: '"Microsoft YaHei", "微软雅黑", STXihei, "华文细黑"',
},
{
text: '한국어',
value: 'Malgun Gothic',
text: "한국어",
value: "Malgun Gothic",
},
{
text: '日本語',
value: '"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic"',
text: "日本語",
value:
'"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic"',
},
]
],
},
FILES: {
acceptReporters: true,
Expand Down

0 comments on commit dc754ec

Please sign in to comment.