0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +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;
}
}

View File

@@ -122,8 +122,8 @@
}
@font-face {
font-family: Lokharic;
src: url('../../../fonts/5e/Lokharic.woff2');
font-family: Iokharic;
src: url('../../../fonts/5e/Iokharic.woff2');
font-weight: 500;
font-style: normal;
}
@@ -132,4 +132,4 @@
src: url('../../../fonts/5e/Rellanic.woff2');
font-weight: 500;
font-style: normal;
}
}