https://i.stack.imgur.com/Pv2T4.pngI'm having trouble using Google icons in my project. Can anyone help me figure out how to fix this?
UPDATE: Here is a snippet of my HTML template:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"/>
<title>Assessment Report</title>
</head>
<body>
<div>
test
</div>
<div>
<span class="material-icons" style="color: red;">face</span>
</div>
</body>
</html>
However, I am unable to see the face icon in the generated PDF document.