0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

Fix typo in Iokharic font name

This commit is contained in:
Trevor Buckner
2023-03-22 15:57:38 -04:00
parent 1a87a5543f
commit bdd898f5b6
6 changed files with 9 additions and 9 deletions

View File

@@ -187,7 +187,7 @@ module.exports = [
},
{
name : '5e Draconic',
icon : 'fac lokharic',
icon : 'fac iokharic',
gen : scriptGen.draconic,
},
]

View File

@@ -952,7 +952,7 @@ break-inside : avoid;
}
&.draconic table tr td {
font-family: Lokharic;
font-family: Iokharic;
}
}