diff --git a/Redaction/Clean.xba b/Redaction/Clean.xba
index 8669174..861c4ab 100644
--- a/Redaction/Clean.xba
+++ b/Redaction/Clean.xba
@@ -262,7 +262,7 @@ Private Sub unicodeSymbolsConversion
'\u2200-\u22FF Mathematical operators
unicodeConversionEverywhere("[\u2200-\u22ff]+",RAtts)
- newFontName = "Noto Serif CJK JP Regular"
+ newFontName = "Noto Serif CJK JP"
RAtts(0).Value = newFontName
RAtts(1).Value = newFontName
RAtts(2).Value = newFontName
@@ -271,7 +271,7 @@ Private Sub unicodeSymbolsConversion
unicodeConversionEverywhere("[\u302b\uff00-\uffef]+",RAtts)
- newFontName = "Noto Serif CJK SC Regular"
+ newFontName = "Noto Serif CJK SC"
RAtts(0).Value = newFontName
RAtts(1).Value = newFontName
RAtts(2).Value = newFontName
@@ -1674,4 +1674,4 @@ Private Function insertUserField(cursor As Object,fieldName As String,fieldValue
cursor.Text.insertTextContent(cursor, oField, False)
oField.IsVisible = false
End Function
-
\ No newline at end of file
+
diff --git a/description.xml b/description.xml
index 0233e6a..a96eee3 100644
--- a/description.xml
+++ b/description.xml
@@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
-
+
Cleaning and validation documents for publishing in html and epub with pagination