Apache privacy policy compliance

- Add a link to the Apache privacy policy
- Host google fonts on Apache infrastructure
diff --git a/site/_includes/themes/apache/_navigation.html b/site/_includes/themes/apache/_navigation.html
index 39050f9..a8cc266 100644
--- a/site/_includes/themes/apache/_navigation.html
+++ b/site/_includes/themes/apache/_navigation.html
@@ -41,6 +41,7 @@
                 <li><a class="external" href="https://www.apache.org/security">Security</a></li>
                 <li><a class="external" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                 <li><a class="external" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a class="external" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a></li>
               </ul>
             </li>
           </ul>
diff --git a/site/assets/themes/apache/bootstrap/css/bootstrap.css b/site/assets/themes/apache/bootstrap/css/bootstrap.css
index c9bdb63..6425dba 100644
--- a/site/assets/themes/apache/bootstrap/css/bootstrap.css
+++ b/site/assets/themes/apache/bootstrap/css/bootstrap.css
@@ -7109,8 +7109,6 @@
 */
 
 /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
-/* Remove comment around @import statement below when using as a custom stylesheet */
-@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";
 
 .subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
 
diff --git a/site/assets/themes/apache/css/style.css b/site/assets/themes/apache/css/style.css
index dad0884..0eb54c9 100644
--- a/site/assets/themes/apache/css/style.css
+++ b/site/assets/themes/apache/css/style.css
@@ -1,6 +1,12 @@
-/* Move down content because we have a fixed navbar that is 50px tall */
-@import url(//fonts.googleapis.com/css?family=Patua+One);
+@font-face {
+  font-family: 'Patua One';
+  font-style: normal;
+  font-weight: 400;
+  src: url(/assets/themes/apache/fonts/patuaone.woff2) format('woff2');
+  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+}
 
+/* Move down content because we have a fixed navbar that is 50px tall */
 body {
   padding-bottom: 20px;
   font-family: 'Carlito', 'FreeSans', 'Liberation Sans', 'Arial', 'Helvetica', sans-serif;
@@ -394,7 +400,7 @@
 
 
 .jumbotron h1 {
-  font-family: 'Patua One', cursive; }
+  font-family: 'Patua One', sans-serif; }
 
 .jumbotron small {
     font-size: 65%;
@@ -402,7 +408,7 @@
 }
 
 .navbar-brand {
-    font-family: 'Patua One', cursive;
+    font-family: 'Patua One', sans-serif;
 }
 
 .navbar-brand small {
diff --git a/site/assets/themes/apache/fonts/patuaone.woff2 b/site/assets/themes/apache/fonts/patuaone.woff2
new file mode 100644
index 0000000..ef396a6
--- /dev/null
+++ b/site/assets/themes/apache/fonts/patuaone.woff2
Binary files differ