diff --git a/client/icons/Lokharic.svg b/client/icons/Iokharic.svg
similarity index 87%
rename from client/icons/Lokharic.svg
rename to client/icons/Iokharic.svg
index f066c074b..983c42354 100644
--- a/client/icons/Lokharic.svg
+++ b/client/icons/Iokharic.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/client/icons/customIcons.less b/client/icons/customIcons.less
index 519823c1c..775f252d3 100644
--- a/client/icons/customIcons.less
+++ b/client/icons/customIcons.less
@@ -43,6 +43,6 @@
.rellanic {
content: url('../icons/Rellanic.svg');
}
-.lokharic {
- content: url('../icons/Lokharic.svg');
-}
\ No newline at end of file
+.iokharic {
+ content: url('../icons/Iokharic.svg');
+}
diff --git a/themes/V3/5ePHB/snippets.js b/themes/V3/5ePHB/snippets.js
index 6beacb7ac..c1dad6b9e 100644
--- a/themes/V3/5ePHB/snippets.js
+++ b/themes/V3/5ePHB/snippets.js
@@ -187,7 +187,7 @@ module.exports = [
},
{
name : '5e Draconic',
- icon : 'fac lokharic',
+ icon : 'fac iokharic',
gen : scriptGen.draconic,
},
]
diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less
index ad12adf57..a00e6de1e 100644
--- a/themes/V3/5ePHB/style.less
+++ b/themes/V3/5ePHB/style.less
@@ -952,7 +952,7 @@ break-inside : avoid;
}
&.draconic table tr td {
- font-family: Lokharic;
+ font-family: Iokharic;
}
}
diff --git a/themes/fonts/5e/Lokharic.woff2 b/themes/fonts/5e/Iokharic.woff2
similarity index 100%
rename from themes/fonts/5e/Lokharic.woff2
rename to themes/fonts/5e/Iokharic.woff2
diff --git a/themes/fonts/5e/fonts.less b/themes/fonts/5e/fonts.less
index 0e42e16a8..a83399567 100644
--- a/themes/fonts/5e/fonts.less
+++ b/themes/fonts/5e/fonts.less
@@ -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;
-}
\ No newline at end of file
+}