blob: c01f06f6199ce8f7a0a8ae3a47263b7e0f7b3585 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Font configuration for products that use //src/fonts/collections:open-fonts-collection
//
// The fallback chain must be maintained by hand.
// See //src/fonts/tools/manifest_generator/README.md.
{
$schema: "http://fuchsia.com/src/fonts/tools/schemas/fontcfg.schema.json",
version: "1",
// Note that "MaterialIcons-Regular.ttf" isn't a fallback font because it provides non-Unicode
// characters.
fallback_chain: [
"Roboto-Regular.ttf",
"Roboto-Light.ttf",
"Roboto-Medium.ttf",
"RobotoMono-Regular.ttf",
"RobotoSlab-Regular.ttf"
]
}