"<span class=\"lang-tylan\">$recensored</span>"
} else if (tagParam?.equals("thedish", ignoreCase = true) == true)
"<span class=\"lang-thedish\">$content</span>"
+ else if (tagParam?.equals("kishari", ignoreCase = true) == true)
+ "<span class=\"lang-kishari\">$content</span>"
else if (tagParam?.equals("pokhval", ignoreCase = true) == true || tagParam?.equals("pokhwal", ignoreCase = true) == true) {
val uncensored = TextParserState.uncensorText(content)
val pokhwal = PokhwalishAlphabet.pokhwalToFontAlphabet(uncensored)
line-height: 1.0;
}
+@font-face {
+ font-family: 'Kishari';
+ src: url(/static/font/kishari-language-alphabet.woff) format('woff');
+}
+
+.lang-kishari {
+ font-family: Kishari, monospace;
+ font-size: 1.25em;
+ line-height: 1.0;
+ font-variant: normal !important;
+}
+
+textarea.lang-kishari {
+ font-family: Kishari, monospace;
+ font-size: 2.5em;
+ line-height: 1.0;
+}
+
@font-face {
font-family: 'Pochvalsk';
src: url(/static/font/pokhval-alphabet.woff) format('woff');