In application I have placed some fonts into assets folder. I am applying font on runtime to textview. All fonts types are woff. App is throwing exception of font not found from assets.
Earlier i have tried with otf type font at that time app was running fine.
I am pretty sure something is wrong in Nougat.
Can anyone guide me how to apply WOFF font type in all android OS?
Even i have tested app with WOFF font in 5.0 and 6.0. Its running good.