Use manually built Roboto fonts, with sub- and superscripts

Switches Roboto and Roboto Condensed to use versions of the font
built locally from the unmerged commit
https://github.com/googlefonts/roboto-classic/commit/85ed822ffb9d62fe9396f5e210e2a7b4a9e9228e
and uploaded to CIPD.

This is v3.005 with one extra commit that ensures numeric superscript
and subscript glyphs are included in the `cmap` table for the "web"
variant of the font.

See go/fuchsia-roboto-cipd [internal] for the CIPD upload
script.

Bug: b/209329351
Change-Id: I907208ac18d8c55222a39c2f55b4355eabb86463
diff --git a/contents.json b/contents.json
index 364f99c..ba92255 100644
--- a/contents.json
+++ b/contents.json
@@ -136,31 +136,31 @@
   {
     "destination": "roboto",
     "files": [
-      "github.com/google/fonts/apache/roboto/static/Roboto-BlackItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Black.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-BoldItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Bold.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Italic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-LightItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Light.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-MediumItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Medium.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Regular.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-ThinItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/Roboto-Thin.ttf",
-      "github.com/google/fonts/apache/roboto/LICENSE.txt"
+      "roboto/Roboto-BlackItalic.ttf",
+      "roboto/Roboto-Black.ttf",
+      "roboto/Roboto-BoldItalic.ttf",
+      "roboto/Roboto-Bold.ttf",
+      "roboto/Roboto-Italic.ttf",
+      "roboto/Roboto-LightItalic.ttf",
+      "roboto/Roboto-Light.ttf",
+      "roboto/Roboto-MediumItalic.ttf",
+      "roboto/Roboto-Medium.ttf",
+      "roboto/Roboto-Regular.ttf",
+      "roboto/Roboto-ThinItalic.ttf",
+      "roboto/Roboto-Thin.ttf",
+      "roboto/LICENSE.txt"
     ]
   },
   {
     "destination": "robotocondensed",
     "files": [
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-BoldItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-Bold.ttf",
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-Italic.ttf",
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-LightItalic.ttf",
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-Light.ttf",
-      "github.com/google/fonts/apache/roboto/static/RobotoCondensed-Regular.ttf",
-      "github.com/google/fonts/apache/roboto/LICENSE.txt"
+      "roboto/RobotoCondensed-BoldItalic.ttf",
+      "roboto/RobotoCondensed-Bold.ttf",
+      "roboto/RobotoCondensed-Italic.ttf",
+      "roboto/RobotoCondensed-LightItalic.ttf",
+      "roboto/RobotoCondensed-Light.ttf",
+      "roboto/RobotoCondensed-Regular.ttf",
+      "roboto/LICENSE.txt"
     ]
   },
   {
diff --git a/manifest.xml b/manifest.xml
index 43df7db..d6eb180 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -57,5 +57,12 @@
     <package name="fuchsia/third_party/fonts/motoya"
         version="cJcbV0qnCRURgjEPsjIumkW7JJZqFi4SRl2sDJ53fTkC"
         path="motoya"/>
+    <!--
+        Roboto is currently being built locally by Fuchsia developers and uploaded to CIPD.
+        See go/fuchsia-roboto-cipd for build and upload instructions.
+    -->
+    <package name="fuchsia/third_party/fonts/roboto"
+        version="5Zckzil4rexGpCMeiTkaidYLdcNJHgjTPGiJzFXIcWMC"
+        path="roboto"/>
   </packages>
 </manifest>