Change WebView font using CSS; font file in asset folder. (problem)
问题 I want to change WebView font. There are 2 files in "assets" folder. They are: assets/fonts/DejaVuSans.ttf and assets/css/result.css I searched some answers on StackOverflow and find out a solution but it doesn't work. The result.css loads DejaVuSans.ttf using @font-face directive. Then it is included in < link > tag of data which is passed to WebView::loadDataWithBaseURL (The code is below). The problem is CSS styles works (the text is red) but the font doesn't . Square characters appears