Skip to content

Commit 443746d

Browse files
authored
Remove typeface cache artifact
1 parent 6c8e3ee commit 443746d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class AztecText : EditText, TextWatcher, UnknownHtmlSpan.OnUnknownHtmlClickListe
138138
}
139139

140140
private fun init(attrs: AttributeSet?) {
141-
TypefaceCache.setCustomTypeface(context, this, TypefaceCache.TYPEFACE_MERRIWEATHER_REGULAR)
142141
val styles = context.obtainStyledAttributes(attrs, R.styleable.AztecText, 0, R.style.AztecTextStyle)
143142
setLineSpacing(
144143
styles.getDimension(

0 commit comments

Comments
 (0)