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:
@@ -187,7 +187,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
name : '5e Draconic',
|
||||
icon : 'fac lokharic',
|
||||
icon : 'fac iokharic',
|
||||
gen : scriptGen.draconic,
|
||||
},
|
||||
]
|
||||
|
||||
@@ -952,7 +952,7 @@ break-inside : avoid;
|
||||
}
|
||||
|
||||
&.draconic table tr td {
|
||||
font-family: Lokharic;
|
||||
font-family: Iokharic;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user