[fonts] Add Arimo, Cousine, Tinos

Adds open-source, metric-compatible alternatives to common proprietary
fonts in order to improve rendering of sites that assume the universal
availability of the proprietary fonts.

Bug: 114338
Change-Id: Ie524a785151352df52e81e257bad8b5d9fae50d6
diff --git a/contents.json b/contents.json
index 691e8c6..1aaa0b5 100644
--- a/contents.json
+++ b/contents.json
@@ -16,6 +16,26 @@
     ]
   },
   {
+    "destination": "arimo",
+    "files": [
+      "github.com/google/fonts-with-static/apache/arimo/static/Arimo-BoldItalic.ttf",
+      "github.com/google/fonts-with-static/apache/arimo/static/Arimo-Bold.ttf",
+      "github.com/google/fonts-with-static/apache/arimo/static/Arimo-Italic.ttf",
+      "github.com/google/fonts-with-static/apache/arimo/static/Arimo-Regular.ttf",
+      "github.com/google/fonts-with-static/apache/arimo/LICENSE.txt"
+    ]
+  },
+  {
+    "destination": "cousine",
+    "files": [
+      "github.com/google/fonts-with-static/apache/cousine/Cousine-BoldItalic.ttf",
+      "github.com/google/fonts-with-static/apache/cousine/Cousine-Bold.ttf",
+      "github.com/google/fonts-with-static/apache/cousine/Cousine-Italic.ttf",
+      "github.com/google/fonts-with-static/apache/cousine/Cousine-Regular.ttf",
+      "github.com/google/fonts-with-static/apache/cousine/LICENSE.txt"
+    ]
+  },
+  {
     "destination": "cutivemono",
     "files": [
       "github.com/google/fonts/ofl/cutivemono/CutiveMono-Regular.ttf",
@@ -197,5 +217,15 @@
       "github.com/google/fonts/ofl/shortstack/ShortStack-Regular.ttf",
       "github.com/google/fonts/ofl/shortstack/OFL.txt"
     ]
+  },
+  {
+    "destination": "tinos",
+    "files": [
+      "github.com/google/fonts-with-static/apache/tinos/Tinos-BoldItalic.ttf",
+      "github.com/google/fonts-with-static/apache/tinos/Tinos-Bold.ttf",
+      "github.com/google/fonts-with-static/apache/tinos/Tinos-Italic.ttf",
+      "github.com/google/fonts-with-static/apache/tinos/Tinos-Regular.ttf",
+      "github.com/google/fonts-with-static/apache/tinos/LICENSE.txt"
+    ]
   }
 ]
\ No newline at end of file
diff --git a/fuchsia.font_catalog.json b/fuchsia.font_catalog.json
index 073fdb4..b34d432 100644
--- a/fuchsia.font_catalog.json
+++ b/fuchsia.font_catalog.json
@@ -41,6 +41,98 @@
       ]
     },
     {
+      "$comment": "Metric-compatible substitute for Arial",
+      "name": "Arimo",
+      "aliases": [
+        {
+          "names": [
+            "Arial"
+          ]
+        }
+      ],
+      "fallback": false,
+      "generic_family": "sans-serif",
+      "assets": [
+        {
+          "file_name": "Arimo-Bold.ttf",
+          "typefaces": [
+            {
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Arimo-BoldItalic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic",
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Arimo-Italic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic"
+            }
+          ]
+        },
+        {
+          "file_name": "Arimo-Regular.ttf",
+          "typefaces": [
+            {}
+          ]
+        }
+      ]
+    },
+    {
+      "$comment": "Metric-compatible substitute for Courier New",
+      "name": "Cousine",
+      "aliases": [
+        {
+          "names": [
+            "Courier New"
+          ]
+        }
+      ],
+      "fallback": false,
+      "generic_family": "monospace",
+      "assets": [
+        {
+          "file_name": "Cousine-Bold.ttf",
+          "typefaces": [
+            {
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Cousine-BoldItalic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic",
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Cousine-Italic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic"
+            }
+          ]
+        },
+        {
+          "file_name": "Cousine-Regular.ttf",
+          "typefaces": [
+            {}
+          ]
+        }
+      ]
+    },
+    {
       "$comment": "Used for CaptionFontFamily.MonospacedSerif",
       "name": "Cutive Mono",
       "fallback": false,
@@ -1956,6 +2048,52 @@
           ]
         }
       ]
+    },
+    {
+      "$comment": "Metric-compatible substitute for Times New Roman",
+      "name": "Tinos",
+      "aliases": [
+        {
+          "names": [
+            "Times New Roman"
+          ]
+        }
+      ],
+      "fallback": false,
+      "generic_family": "sans-serif",
+      "assets": [
+        {
+          "file_name": "Tinos-Bold.ttf",
+          "typefaces": [
+            {
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Tinos-BoldItalic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic",
+              "weight": 700
+            }
+          ]
+        },
+        {
+          "file_name": "Tinos-Italic.ttf",
+          "typefaces": [
+            {
+              "slant": "italic"
+            }
+          ]
+        },
+        {
+          "file_name": "Tinos-Regular.ttf",
+          "typefaces": [
+            {}
+          ]
+        }
+      ]
     }
   ]
 }
\ No newline at end of file