Google Fonts list https://fonts.google.com/Â
Embed the following HTML table in Google site
<html>
<head>
<style>
table, th, td {
  border: 1px solid black;
}
</style>
</head>
<body>
<table style="width:100%">
<tr>
  <th>Feature</th>
  <th>Private Internet Access</th>
 <th>Nord </th>
 <th>IP Vanish</th>
 <th>Express VPN</th>
 <th>Total AV</th>
</tr>
<tr>
  <td>Price per M</td>
  <td>$3.10 (36M)</td>
  <td>$4.98 (24M)</td>
  <td>$6.19 (12M)</td>
  <td>$6.67 (15m)</td>
 <td>Smith</td>
</tr>
<tr>
  <td>Speed (DL/UL)</td>
  <td>11.21 /4.08 </td>
  <td>33/27</td>
  <td></td>
  <td></td>
 <td>5.6/7.54</td>
</tr>
  <td>Devices</td>
  <td>10 </td>
  <td>6</td>
  <td>Unlimited</td>
  <td>5</td>
 <td></td>
</tr>
<tr>
  <td>Remarks</td>
  <td>Not easy to find favourite country</td>
  <td>Smith</td>
  <td>Smith</td>
  <td>Smith</td>
 <td>Smith</td>
</tr>
</table>
</body>
Google API Script tutorial https://blog.n8n.io/pull-data-from-google-spreadsheet-to-html/