Skip to content

Commit

Permalink
Update Fonts.js
Browse files Browse the repository at this point in the history
Fix #391
  • Loading branch information
mclemente committed Oct 7, 2024
1 parent 78fa0a1 commit abf9749
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/module/Fonts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function getFonts() {
const editor = game.settings.get("polyglot", "exportFonts");
return {
"Ar Ciela": {
ArCiela: {
editor,
fonts: [
{
Expand Down Expand Up @@ -51,7 +51,7 @@ export function getFonts() {
},
],
},
"Dark Eldar": {
DarkEldar: {
editor,
fonts: [
{
Expand Down Expand Up @@ -81,7 +81,7 @@ export function getFonts() {
},
],
},
"Dragon Alphabet": {
DragonAlphabet: {
editor,
fonts: [
{
Expand All @@ -91,7 +91,7 @@ export function getFonts() {
},
],
},
"Elder Futhark": {
ElderFuthark: {
editor,
fonts: [
{
Expand Down Expand Up @@ -131,7 +131,7 @@ export function getFonts() {
},
],
},
"Finger Alphabet": {
FingerAlphabet: {
editor,
fonts: [
{
Expand All @@ -141,7 +141,7 @@ export function getFonts() {
},
],
},
"High Drowic": {
HighDrowic: {
editor,
fonts: [
{
Expand All @@ -151,7 +151,7 @@ export function getFonts() {
},
],
},
"Highschool Runes": {
HighschoolRunes: {
editor,
fonts: [
{
Expand Down Expand Up @@ -181,7 +181,7 @@ export function getFonts() {
},
],
},
"Jungle Slang": {
JungleSlang: {
editor,
fonts: [
{
Expand All @@ -201,7 +201,7 @@ export function getFonts() {
},
],
},
"Kremlin Premier": {
KremlinPremier: {
editor,
fonts: [
{
Expand All @@ -211,7 +211,7 @@ export function getFonts() {
},
],
},
"Mage Script": {
MageScript: {
editor,
fonts: [
{
Expand All @@ -221,7 +221,7 @@ export function getFonts() {
},
],
},
"Maras Eye": {
MarasEye: {
editor,
fonts: [
{
Expand All @@ -231,7 +231,7 @@ export function getFonts() {
},
],
},
"Meroitic Demotic": {
MeroiticDemotic: {
editor,
fonts: [
{
Expand All @@ -241,7 +241,7 @@ export function getFonts() {
},
],
},
"Miroslav Normal": {
MiroslavNormal: {
editor,
fonts: [
{
Expand All @@ -261,7 +261,7 @@ export function getFonts() {
},
],
},
"Ny Stormning": {
NyStormning: {
editor,
fonts: [
{
Expand All @@ -271,7 +271,7 @@ export function getFonts() {
},
],
},
"Olde English": {
OldeEnglish: {
editor,
fonts: [
{
Expand All @@ -281,7 +281,7 @@ export function getFonts() {
},
],
},
"Olde Espruar": {
OldeEspruar: {
editor,
fonts: [
{
Expand All @@ -291,7 +291,7 @@ export function getFonts() {
},
],
},
"Olde Thorass": {
OldeThorass: {
editor,
fonts: [
{
Expand Down Expand Up @@ -331,7 +331,7 @@ export function getFonts() {
},
],
},
"Ork Glyphs": {
OrkGlyphs: {
editor,
fonts: [
{
Expand Down Expand Up @@ -381,7 +381,7 @@ export function getFonts() {
},
],
},
"Scrapbook Chinese": {
ScrapbookChinese: {
editor,
fonts: [
{
Expand Down

0 comments on commit abf9749

Please sign in to comment.