TENTACLES-17: Add font and regen page via script
diff --git a/pom.xml b/pom.xml
index ad2da88..8ba8424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,6 +250,7 @@
               <exclude>.asf.yaml</exclude>
               <exclude>README*</exclude>
               <exclude>src/main/resources/licenses/*</exclude>
+              <exclude>**/src/site/javadocFont/**</exclude>
             </excludes>
           </configuration>
         </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 62153dd..071d5f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@
     </release>
     -->
     <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
+      <action issue="TENTACLES-17" type="add" dev="pottlinger">
+        Update webpage to not load fonts from GoogleFonts and include privacy link in main menu.
+      </action>
       <action issue="TENTACLES-16" type="update" dev="pottlinger" due-to="dependabot">
         TODO: before releasing TENTACLES-16: collect all dependabot updates for release 0.2.
       </action>